CSV exec (isla)

Last login: Tue Sep 24 12:37:34 on ttys001
/Users/c01joza
% ssh se03
The authenticity of host '134.96.235.98 (134.96.235.98)' can't be established.
ED25519 key fingerprint is SHA256:tuFyRWAgGStGdATWgk87u6UODAeGeZunorCQvRNGlhM.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? no
Host key verification failed.
/Users/c01joza
% ssh se02
Enter passphrase for key '/Users/c01joza/.ssh/id_rsa':
Welcome to Ubuntu 22.04.4 LTS (GNU/Linux 6.8.0-40-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

Expanded Security Maintenance for Applications is not enabled.

7 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

29 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.

Last login: Tue Sep 24 12:37:41 2024 from 10.17.232.221
Found pyenv, but it is badly configured (pyenv command not found in $PATH). pyenv might not
work correctly for non-interactive shells (for example, when run from a script).

To fix this message, add these lines to the '.profile' and '.zprofile' files
in your home directory:

export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"

You'll need to restart your user session for the changes to take effect.
For more information go to https://github.com/pyenv/pyenv/#installation.
[oh-my-zsh] ssh-agent plugin requires ~/.ssh directory
 zamudio@shuttle02se  ~  sudo docker pull dsteinhoefel/isla:0.10.6
[sudo] password for zamudio:
0.10.6: Pulling from dsteinhoefel/isla
59bf1c3509f3: Pull complete
07a400e93df3: Pull complete
64052ee245ef: Pull complete
a44d093ad4a5: Pull complete
0381087ee065: Pull complete
b1c59ac47352: Pull complete
f8fcd4673f5d: Pull complete
ef7659e832cb: Pull complete
8f0d254ea4ff: Pull complete
9ce238b954b8: Pull complete
41abe0d424b9: Pull complete
3bca2f6960f7: Pull complete
d8bf58f1ab99: Pull complete
4f4fb700ef54: Pull complete
4f8b41312b84: Pull complete
33eb54c4e18e: Pull complete
cb18dcf54a4e: Pull complete
6a3cad23d9c5: Pull complete
4964cbe76981: Pull complete
Digest: sha256:66437bafc2b938f6299edafb1571a0e980f3450bcdf03ecd05e6056eec2177ba
Status: Downloaded newer image for dsteinhoefel/isla:0.10.6
docker.io/dsteinhoefel/isla:0.10.6
 zamudio@shuttle02se  ~  docker run -it --name isla dsteinhoefel/isla:0.10.6
docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Head "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.
 ✘ zamudio@shuttle02se  ~  sudo docker run -it --name isla dsteinhoefel/isla:0.10.6
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
isla@0fe38e515af6 ~> ls
isla
isla@0fe38e515af6 ~> cd isla/
isla@0fe38e515af6 ~/isla ((v0.10.6))> ls
CHANGELOG.md                README.md                   pyproject.toml              requirements_test.txt       run_eval_csv.fish           run_eval_tar.fish           setup.py                    tox.ini
Dockerfile                  TODO.md                     pytest.ini                  resume_solver.py            run_eval_rest.fish          run_eval_xml.fish           src
LICENSE                     evaluations                 requirements.txt            run_eval.fish               run_eval_scriptsize_c.fish  setup.cfg                   tests
isla@0fe38e515af6 ~/isla ((v0.10.6))> git checkout main
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
isla@0fe38e515af6 ~/isla (main)> git pull
remote: Enumerating objects: 3461, done.
remote: Counting objects: 100% (1839/1839), done.
remote: Compressing objects: 100% (630/630), done.
remote: Total 3461 (delta 1233), reused 1806 (delta 1203), pack-reused 1622 (from 1)
Receiving objects: 100% (3461/3461), 1.72 MiB | 22.27 MiB/s, done.
Resolving deltas: 100% (2191/2191), completed with 59 local objects.
From https://github.com/rindPHI/isla
   5cf703b..1a04b78  main                -> origin/main
 * [new branch]      CLI                 -> origin/CLI
 * [new branch]      ISLa2.0             -> origin/ISLa2.0
 * [new branch]      NeoDTreeIntegration -> origin/NeoDTreeIntegration
 * [new branch]      RepairSolver        -> origin/RepairSolver
 * [new branch]      dev                 -> origin/dev
 * [new branch]      documentation       -> origin/documentation
   2e7b281..f0b3277  gh-pages            -> origin/gh-pages
 * [new branch]      mutate              -> origin/mutate
 * [new branch]      newAPI              -> origin/newAPI
 * [new tag]         v1.11.2             -> v1.11.2
 * [new tag]         1.14.3              -> 1.14.3
 * [new tag]         1.14.4              -> 1.14.4
 * [new tag]         v0.10.10            -> v0.10.10
 * [new tag]         v0.10.7             -> v0.10.7
 * [new tag]         v0.10.8             -> v0.10.8
 * [new tag]         v0.10.9             -> v0.10.9
 * [new tag]         v0.11.0             -> v0.11.0
 * [new tag]         v1.0.0              -> v1.0.0
 * [new tag]         v1.0.1              -> v1.0.1
 * [new tag]         v1.1.0              -> v1.1.0
 * [new tag]         v1.10.0             -> v1.10.0
 * [new tag]         v1.10.1             -> v1.10.1
 * [new tag]         v1.10.2             -> v1.10.2
 * [new tag]         v1.10.3             -> v1.10.3
 * [new tag]         v1.10.4             -> v1.10.4
 * [new tag]         v1.13.0             -> v1.13.0
 * [new tag]         v1.13.4             -> v1.13.4
 * [new tag]         v1.13.5             -> v1.13.5
 * [new tag]         v1.13.6             -> v1.13.6
 * [new tag]         v1.13.7             -> v1.13.7
 * [new tag]         v1.13.8             -> v1.13.8
 * [new tag]         v1.13.9             -> v1.13.9
 * [new tag]         v1.14.0             -> v1.14.0
 * [new tag]         v1.14.1             -> v1.14.1
 * [new tag]         v1.14.2             -> v1.14.2
 * [new tag]         v1.2.0              -> v1.2.0
 * [new tag]         v1.3.1              -> v1.3.1
 * [new tag]         v1.3.2              -> v1.3.2
 * [new tag]         v1.3.3              -> v1.3.3
 * [new tag]         v1.4.0              -> v1.4.0
 * [new tag]         v1.4.1              -> v1.4.1
 * [new tag]         v1.7.0              -> v1.7.0
 * [new tag]         v1.7.1              -> v1.7.1
 * [new tag]         v1.7.2              -> v1.7.2
 * [new tag]         v1.7.3              -> v1.7.3
 * [new tag]         v1.8.0              -> v1.8.0
 * [new tag]         v1.9.0              -> v1.9.0
 * [new tag]         v1.9.1              -> v1.9.1
 * [new tag]         v1.9.2              -> v1.9.2
 * [new tag]         v1.9.3              -> v1.9.3
 * [new tag]         v1.9.5              -> v1.9.5
 * [new tag]         v1.9.6              -> v1.9.6
 * [new tag]         v1.9.7              -> v1.9.7
 * [new tag]         v1.9.8              -> v1.9.8
Updating 5cf703b..1a04b78
Fast-forward
 .github/ISSUE_TEMPLATE/bug_report.md            |   29 ++
 .github/ISSUE_TEMPLATE/feature_request.md       |   20 +
 .github/workflows/lint.yml                      |   38 ++
 .readthedocs.yml                                |   29 ++
 CHANGELOG.md                                    |  551 +++++++++++++++++++++++
 CODE_OF_CONDUCT.md                              |  128 ++++++
 LICENSE => COPYING                              |    0
 Dockerfile                                      |    2 +-
 MANIFEST.in                                     |    1 +
 README.md                                       |  376 ++++++++++------
 TODO.md                                         |   14 +-
 isla_logo_bright_transparent.png                |  Bin 0 -> 30644 bytes
 pyproject.toml                                  |   71 ++-
 requirements.txt                                |   12 +-
 requirements_dev.txt                            |   30 ++
 requirements_test.txt                           |   13 +-
 resume_solver.py                                |    3 +-
 setup.cfg                                       |   58 ---
 sphinx/.gitignore                               |    1 +
 sphinx/Makefile                                 |   20 +
 sphinx/_static/isla.png                         |  Bin 0 -> 30644 bytes
 sphinx/_static/style.css                        |    3 +
 sphinx/conf.py                                  |   39 ++
 sphinx/developing/index.rst                     |   12 +
 sphinx/developing/solver.rst                    |   30 ++
 sphinx/developing/utilities/helpers.rst         |    5 +
 sphinx/developing/utilities/index.rst           |   12 +
 sphinx/developing/utilities/z3-helpers.rst      |    5 +
 sphinx/docutils.conf                            |    2 +
 sphinx/examples.rst                             |    5 +
 sphinx/index.rst                                |  251 +++++++++++
 sphinx/islaspec.rst                             | 1375 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sphinx/make.bat                                 |   35 ++
 sphinx/requirements.txt                         |    3 +
 sphinx/todo.rst                                 |   19 +
 sphinx/usage.rst                                |    8 +
 src/isla/IslaLanguage.g4                        |   33 +-
 src/isla/MexprLexer.g4                          |   18 +
 src/isla/MexprParser.g4                         |   18 +
 src/isla/__init__.py                            |   20 +-
 src/isla/__main__.py                            |   21 +
 src/isla/bnf.g4                                 |   18 +
 src/isla/bnf/bnf.interp                         |    4 +-
 src/isla/bnf/bnf.tokens                         |   12 +-
 src/isla/bnf/bnfLexer.interp                    |    5 +-
 src/isla/bnf/bnfLexer.py                        |   64 +--
 src/isla/bnf/bnfLexer.tokens                    |   12 +-
 src/isla/bnf/bnfListener.py                     |    4 +-
 src/isla/bnf/bnfParser.py                       |   62 +--
 src/isla/cli.py                                 | 1616 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/isla/derivation_tree.py                     |  498 +++++++++++++++------
 src/isla/evaluator.py                           | 1684 +++++++++++++++++++++++++++++++++++++++++++++++++++------------------
 src/isla/existential_helpers.py                 |  537 ++++++++++++++--------
 src/isla/fuzzer.py                              |  235 ++++++----
 src/isla/global_config.py                       |   28 ++
 src/isla/helpers.py                             |  776 ++++++++++++++++++++++++++------
 src/isla/isla_language/IslaLanguage.interp      |    4 +-
 src/isla/isla_language/IslaLanguage.tokens      |   22 +-
 src/isla/isla_language/IslaLanguageLexer.interp |    6 +-
 src/isla/isla_language/IslaLanguageLexer.py     |  407 +++++++++--------
 src/isla/isla_language/IslaLanguageLexer.tokens |   22 +-
 src/isla/isla_language/IslaLanguageListener.py  |    4 +-
 src/isla/isla_language/IslaLanguageParser.py    |   92 ++--
 src/isla/isla_predicates.py                     |  648 ++++++++++++++++++---------
 src/isla/isla_shortcuts.py                      |  161 +++----
 src/isla/language.py                            | 3665 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------
 src/isla/mexpr_lexer/MexprLexer.py              |    4 +-
 src/isla/mexpr_parser/MexprParser.py            |   12 +-
 src/isla/mexpr_parser/MexprParserListener.py    |    4 +-
 src/isla/mutator.py                             |  170 +++++++
 src/isla/optimizer.py                           |  661 +++++++++++++++++----------
 src/isla/parser.py                              |  148 ++++--
 src/isla/performance_evaluator.py               |  789 ++++++++++++++++++++++----------
 src/isla/resources/.islarc                      |   53 +++
 src/isla/resources/cli_stubs/README.md          |   32 ++
 src/isla/resources/cli_stubs/constraint.isla    |   95 ++++
 src/isla/resources/cli_stubs/grammar.bnf        |   13 +
 src/isla/resources/cli_stubs/grammar.py         |   21 +
 src/isla/solver.py                              | 4580 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
 src/isla/three_valued_truth.py                  |   36 +-
 src/isla/trie.py                                |   76 +++-
 src/isla/type_defs.py                           |   43 +-
 src/isla/z3_helpers.py                          | 1469 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 src/isla_formalizations/__init__.py             |   17 +
 src/isla_formalizations/csv.py                  |   48 +-
 src/isla_formalizations/rest.py                 |  136 ++++--
 src/isla_formalizations/scriptsizec.py          |   50 ++-
 src/isla_formalizations/simple_tar.py           |  148 +++---
 src/isla_formalizations/tar.py                  |  600 +++++++++++++++++--------
 src/isla_formalizations/xml_lang.py             |   84 ++--
 tests/test_cli.py                               | 1744 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/test_concrete_syntax.py                   |  879 ++++++++++++++++++++++++++++--------
 tests/test_data.py                              |   29 ++
 tests/test_data/test_simple.tar                 |  Bin 0 -> 2048 bytes
 tests/test_data/test_with_links.tar             |  Bin 0 -> 4096 bytes
 tests/test_derivation_tree.py                   |  432 ++++++++++++------
 tests/test_doctests.py                          |  103 +++++
 tests/test_evaluator.py                         | 1467 ++++++++++++++++++++++++++++++++++++++++++++++--------------
 tests/test_existential_helpers.py               |   18 +
 tests/test_formalizations.py                    |   60 +++
 tests/test_fuzzer.py                            |   18 +
 tests/test_helpers.py                           |  385 +++++++++++++---
 tests/test_language.py                          |  718 ++++++++++++++++++++++--------
 tests/test_mutator.py                           |   90 ++++
 tests/test_parser.py                            |   18 +
 tests/test_path_indexed_trie.py                 |   18 +
 tests/test_predicates.py                        |  516 ++++++++++++++++-----
 tests/test_solver.py                            | 2280 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
 tests/test_tar_parser.py                        |   18 +
 tests/test_three_valued_truth.py                |   65 +++
 tests/xml_demo.py                               |   21 +-
 111 files changed, 25469 insertions(+), 6595 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
 create mode 100644 .github/workflows/lint.yml
 create mode 100644 .readthedocs.yml
 create mode 100644 CODE_OF_CONDUCT.md
 rename LICENSE => COPYING (100%)
 create mode 100644 MANIFEST.in
 create mode 100644 isla_logo_bright_transparent.png
 create mode 100644 requirements_dev.txt
 create mode 100644 sphinx/.gitignore
 create mode 100644 sphinx/Makefile
 create mode 100644 sphinx/_static/isla.png
 create mode 100644 sphinx/_static/style.css
 create mode 100644 sphinx/conf.py
 create mode 100644 sphinx/developing/index.rst
 create mode 100644 sphinx/developing/solver.rst
 create mode 100644 sphinx/developing/utilities/helpers.rst
 create mode 100644 sphinx/developing/utilities/index.rst
 create mode 100644 sphinx/developing/utilities/z3-helpers.rst
 create mode 100644 sphinx/docutils.conf
 create mode 100644 sphinx/examples.rst
 create mode 100644 sphinx/index.rst
 create mode 100644 sphinx/islaspec.rst
 create mode 100644 sphinx/make.bat
 create mode 100644 sphinx/requirements.txt
 create mode 100644 sphinx/todo.rst
 create mode 100644 sphinx/usage.rst
 create mode 100644 src/isla/__main__.py
 create mode 100644 src/isla/cli.py
 create mode 100644 src/isla/global_config.py
 create mode 100644 src/isla/mutator.py
 create mode 100644 src/isla/resources/.islarc
 create mode 100644 src/isla/resources/cli_stubs/README.md
 create mode 100644 src/isla/resources/cli_stubs/constraint.isla
 create mode 100644 src/isla/resources/cli_stubs/grammar.bnf
 create mode 100644 src/isla/resources/cli_stubs/grammar.py
 create mode 100644 tests/test_cli.py
 create mode 100644 tests/test_data/test_simple.tar
 create mode 100644 tests/test_data/test_with_links.tar
 create mode 100644 tests/test_doctests.py
 create mode 100644 tests/test_formalizations.py
 create mode 100644 tests/test_mutator.py
 create mode 100644 tests/test_three_valued_truth.py
isla@0fe38e515af6 ~/isla (main)> python3 --version
Python 3.10.2
isla@0fe38e515af6 ~/isla (main)> python3 -m pytest -n 16 tests
=============================================================================================================== test session starts ===============================================================================================================
platform linux -- Python 3.10.2, pytest-7.1.2, pluggy-1.0.0
Using --randomly-seed=2507309873
rootdir: /home/isla/isla, configfile: pytest.ini
plugins: cov-3.0.0, html-3.1.1, randomly-3.12.0, profiling-1.7.0, forked-1.4.0, xdist-2.5.0, rerunfailures-10.2, pycharm-0.7.0, metadata-2.0.2
[gw0] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw1] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw2] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw3] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw4] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw5] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw6] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw7] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw8] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw9] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw10] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw11] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw12] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw13] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw14] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw15] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
gw0 [4] / gw1 [4] / gw2 [4] / gw3 [4] / gw4 [4] / gw5 [4] / gw6 [4] / gw7 [4] / gw8 [4] / gw9 [4] / gw10 [4] / gw11 [4] / gw12 [4] / gw13 [4] / gw14 [4] / gw15 [4]
scheduling tests via LoadScheduling

tests/test_three_valued_truth.py::TestThreeValuedTruth::test_or
tests/test_three_valued_truth.py::TestThreeValuedTruth::test_str
tests/test_three_valued_truth.py::TestThreeValuedTruth::test_neg
[gw1] [ 25%] PASSED tests/test_three_valued_truth.py::TestThreeValuedTruth::test_or
[gw0] [ 50%] PASSED tests/test_three_valued_truth.py::TestThreeValuedTruth::test_neg
tests/test_three_valued_truth.py::TestThreeValuedTruth::test_and
[gw2] [ 75%] PASSED tests/test_three_valued_truth.py::TestThreeValuedTruth::test_and
[gw3] [100%] PASSED tests/test_three_valued_truth.py::TestThreeValuedTruth::test_str

===================================================================================================================== ERRORS ======================================================================================================================
_______________________________________________________________________________________________________ ERROR collecting tests/test_cli.py ________________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_cli.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_cli.py:28: in <module>
    from returns.maybe import Some
E   ModuleNotFoundError: No module named 'returns'
_________________________________________________________________________________________________ ERROR collecting tests/test_concrete_syntax.py __________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_concrete_syntax.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_concrete_syntax.py:26: in <module>
    import isla.isla_shortcuts as sc
src/isla/isla_shortcuts.py:24: in <module>
    from isla.derivation_tree import DerivationTree
src/isla/derivation_tree.py:40: in <module>
    from isla.helpers import (
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
_______________________________________________________________________________________________________ ERROR collecting tests/test_data.py _______________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_data.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_data.py:22: in <module>
    from isla import language
src/isla/language.py:50: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
_________________________________________________________________________________________________ ERROR collecting tests/test_derivation_tree.py __________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_derivation_tree.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_derivation_tree.py:24: in <module>
    from isla.derivation_tree import DerivationTree
src/isla/derivation_tree.py:40: in <module>
    from isla.helpers import (
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
_____________________________________________________________________________________________________ ERROR collecting tests/test_doctests.py _____________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_doctests.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_doctests.py:5: in <module>
    from isla import (
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
____________________________________________________________________________________________________ ERROR collecting tests/test_evaluator.py _____________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_evaluator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_evaluator.py:28: in <module>
    import isla.derivation_tree
src/isla/derivation_tree.py:40: in <module>
    from isla.helpers import (
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
_______________________________________________________________________________________________ ERROR collecting tests/test_existential_helpers.py ________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_existential_helpers.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_existential_helpers.py:23: in <module>
    from isla.derivation_tree import DerivationTree
src/isla/derivation_tree.py:40: in <module>
    from isla.helpers import (
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
__________________________________________________________________________________________________ ERROR collecting tests/test_formalizations.py __________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_formalizations.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_formalizations.py:26: in <module>
    from isla_formalizations.tar import TarParser, TAR_GRAMMAR
src/isla_formalizations/tar.py:29: in <module>
    import isla.derivation_tree
src/isla/derivation_tree.py:40: in <module>
    from isla.helpers import (
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
______________________________________________________________________________________________________ ERROR collecting tests/test_fuzzer.py ______________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_fuzzer.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_fuzzer.py:22: in <module>
    from isla.fuzzer import GrammarFuzzer, GrammarCoverageFuzzer
src/isla/fuzzer.py:38: in <module>
    from isla.helpers import RE_NONTERMINAL, is_nonterminal, nonterminals, is_valid_grammar
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
_____________________________________________________________________________________________________ ERROR collecting tests/test_helpers.py ______________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_helpers.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_helpers.py:28: in <module>
    from returns.maybe import Some
E   ModuleNotFoundError: No module named 'returns'
_____________________________________________________________________________________________________ ERROR collecting tests/test_language.py _____________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_language.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_language.py:28: in <module>
    import isla.isla_shortcuts as sc
src/isla/isla_shortcuts.py:24: in <module>
    from isla.derivation_tree import DerivationTree
src/isla/derivation_tree.py:40: in <module>
    from isla.helpers import (
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
_____________________________________________________________________________________________________ ERROR collecting tests/test_mutator.py ______________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_mutator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_mutator.py:22: in <module>
    from returns.pipeline import is_successful
E   ModuleNotFoundError: No module named 'returns'
______________________________________________________________________________________________________ ERROR collecting tests/test_parser.py ______________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_parser.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_parser.py:21: in <module>
    from isla.fuzzer import GrammarCoverageFuzzer
src/isla/fuzzer.py:38: in <module>
    from isla.helpers import RE_NONTERMINAL, is_nonterminal, nonterminals, is_valid_grammar
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
________________________________________________________________________________________________ ERROR collecting tests/test_path_indexed_trie.py _________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_path_indexed_trie.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_path_indexed_trie.py:22: in <module>
    from isla.derivation_tree import DerivationTree
src/isla/derivation_tree.py:40: in <module>
    from isla.helpers import (
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
____________________________________________________________________________________________________ ERROR collecting tests/test_predicates.py ____________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_predicates.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_predicates.py:28: in <module>
    from isla import language
src/isla/language.py:50: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
______________________________________________________________________________________________________ ERROR collecting tests/test_solver.py ______________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_solver.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_solver.py:36: in <module>
    from returns.functions import tap
E   ModuleNotFoundError: No module named 'returns'
____________________________________________________________________________________________________ ERROR collecting tests/test_tar_parser.py ____________________________________________________________________________________________________
ImportError while importing test module '/home/isla/isla/tests/test_tar_parser.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_tar_parser.py:23: in <module>
    from isla.helpers import tree_to_string
src/isla/helpers.py:48: in <module>
    import returns
E   ModuleNotFoundError: No module named 'returns'
============================================================================================================= short test summary info =============================================================================================================
ERROR tests/test_cli.py
ERROR tests/test_concrete_syntax.py
ERROR tests/test_data.py
ERROR tests/test_derivation_tree.py
ERROR tests/test_doctests.py
ERROR tests/test_evaluator.py
ERROR tests/test_existential_helpers.py
ERROR tests/test_formalizations.py
ERROR tests/test_fuzzer.py
ERROR tests/test_helpers.py
ERROR tests/test_language.py
ERROR tests/test_mutator.py
ERROR tests/test_parser.py
ERROR tests/test_path_indexed_trie.py
ERROR tests/test_predicates.py
ERROR tests/test_solver.py
ERROR tests/test_tar_parser.py
========================================================================================================== 4 passed, 17 errors in 4.94s ===========================================================================================================
isla@0fe38e515af6 ~/isla (main) [1]> fish run_eval_csv.fish
Database: /home/isla/isla/isla_evaluation_csv.sqlite
Jobs: Grammar Fuzzer, Cnt-Columns
Running each job 2 times for 3600 seconds.
Traceback (most recent call last):
  File "/home/isla/isla/evaluations/evaluate_csv.py", line 6, in <module>
    from isla.fuzzer import GrammarFuzzer
  File "/home/isla/isla/src/isla/fuzzer.py", line 38, in <module>
    from isla.helpers import RE_NONTERMINAL, is_nonterminal, nonterminals, is_valid_grammar
  File "/home/isla/isla/src/isla/helpers.py", line 48, in <module>
    import returns
ModuleNotFoundError: No module named 'returns'
Traceback (most recent call last):
  File "/home/isla/isla/evaluations/evaluate_csv.py", line 6, in <module>
    from isla.fuzzer import GrammarFuzzer
  File "/home/isla/isla/src/isla/fuzzer.py", line 38, in <module>
    from isla.helpers import RE_NONTERMINAL, is_nonterminal, nonterminals, is_valid_grammar
  File "/home/isla/isla/src/isla/helpers.py", line 48, in <module>
    import returns
ModuleNotFoundError: No module named 'returns'
Traceback (most recent call last):
  File "/home/isla/isla/evaluations/evaluate_csv.py", line 6, in <module>
    from isla.fuzzer import GrammarFuzzer
  File "/home/isla/isla/src/isla/fuzzer.py", line 38, in <module>
    from isla.helpers import RE_NONTERMINAL, is_nonterminal, nonterminals, is_valid_grammar
  File "/home/isla/isla/src/isla/helpers.py", line 48, in <module>
    import returns
ModuleNotFoundError: No module named 'returns'
Traceback (most recent call last):
  File "/home/isla/isla/evaluations/evaluate_csv.py", line 6, in <module>
    from isla.fuzzer import GrammarFuzzer
  File "/home/isla/isla/src/isla/fuzzer.py", line 38, in <module>
    from isla.helpers import RE_NONTERMINAL, is_nonterminal, nonterminals, is_valid_grammar
  File "/home/isla/isla/src/isla/helpers.py", line 48, in <module>
    import returns
ModuleNotFoundError: No module named 'returns'
Traceback (most recent call last):
  File "/home/isla/isla/evaluations/evaluate_csv.py", line 6, in <module>
    from isla.fuzzer import GrammarFuzzer
  File "/home/isla/isla/src/isla/fuzzer.py", line 38, in <module>
    from isla.helpers import RE_NONTERMINAL, is_nonterminal, nonterminals, is_valid_grammar
  File "/home/isla/isla/src/isla/helpers.py", line 48, in <module>
    import returns
ModuleNotFoundError: No module named 'returns'
isla@0fe38e515af6 ~/isla (main) [1]> fish run_eval_rest.fish
Database: /home/isla/isla/isla_evaluation_rest.sqlite
Jobs: Grammar Fuzzer, Def-Use, Def-Use + Len, Def-Use + Len + List Numbering, Def-Use + Len + List Numbering + No-Redef
Running each job 2 times for 3600 seconds.
Traceback (most recent call last):
  File "/home/isla/isla/evaluations/evaluate_rest.py", line 4, in <module>
    from isla.performance_evaluator import Evaluator
  File "/home/isla/isla/src/isla/performance_evaluator.py", line 41, in <module>
    import isla.derivation_tree
  File "/home/isla/isla/src/isla/derivation_tree.py", line 40, in <module>
    from isla.helpers import (
  File "/home/isla/isla/src/isla/helpers.py", line 48, in <module>
    import returns
ModuleNotFoundError: No module named 'returns'
Traceback (most recent call last):
  File "/home/isla/isla/evaluations/evaluate_rest.py", line 4, in <module>
    from isla.performance_evaluator import Evaluator
  File "/home/isla/isla/src/isla/performance_evaluator.py", line 41, in <module>
    import isla.derivation_tree
  File "/home/isla/isla/src/isla/derivation_tree.py", line 40, in <module>
    from isla.helpers import (
  File "/home/isla/isla/src/isla/helpers.py", line 48, in <module>
    import returns
ModuleNotFoundError: No module named 'returns'
Traceback (most recent call last):
  File "/home/isla/isla/evaluations/evaluate_rest.py", line 4, in <module>
    from isla.performance_evaluator import Evaluator
  File "/home/isla/isla/src/isla/performance_evaluator.py", line 41, in <module>
    import isla.derivation_tree
  File "/home/isla/isla/src/isla/derivation_tree.py", line 40, in <module>
    from isla.helpers import (
  File "/home/isla/isla/src/isla/helpers.py", line 48, in <module>
    import returns
ModuleNotFoundError: No module named 'returns'
Traceback (most recent call last):
  File "/home/isla/isla/evaluations/evaluate_rest.py", line 4, in <module>
    from isla.performance_evaluator import Evaluator
  File "/home/isla/isla/src/isla/performance_evaluator.py", line 41, in <module>
    import isla.derivation_tree
  File "/home/isla/isla/src/isla/derivation_tree.py", line 40, in <module>
    from isla.helpers import (
* main
* main
* main
* main
  remotes/origin/CLI
  remotes/origin/ESEC_FSE_22
  remotes/origin/HEAD -> origin/main
  remotes/origin/ISLa2.0
  remotes/origin/NeoDTreeIntegration
  remotes/origin/PLDI_with_examples
  remotes/origin/RepairSolver
  remotes/origin/dev
  remotes/origin/documentation
  remotes/origin/gh-pages
  remotes/origin/main
  remotes/origin/mutate
  remotes/origin/newAPI

~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
isla@0fe38e515af6 ~/isla (main)> exit
 zamudio@shuttle02se  ~  docker rm /isla
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Delete "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/containers/isla": dial unix /var/run/docker.sock: connect: permission denied
 ✘ zamudio@shuttle02se  ~  sudo docker rm /isla
/isla
 zamudio@shuttle02se  ~  sudo docker run -it --name isla dsteinhoefel/isla:0.10.6
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
isla@5df498c7b197 ~> ls
isla
isla@5df498c7b197 ~> cd isla/
isla@5df498c7b197 ~/isla ((v0.10.6))> ls
CHANGELOG.md                README.md                   pyproject.toml              requirements_test.txt       run_eval_csv.fish           run_eval_tar.fish           setup.py                    tox.ini
Dockerfile                  TODO.md                     pytest.ini                  resume_solver.py            run_eval_rest.fish          run_eval_xml.fish           src
LICENSE                     evaluations                 requirements.txt            run_eval.fish               run_eval_scriptsize_c.fish  setup.cfg                   tests
isla@5df498c7b197 ~/isla ((v0.10.6))> pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: antlr4-python3-runtime>=4.10 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (4.10)
Requirement already satisfied: datrie>=0.8.2 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (0.8.2)
Requirement already satisfied: grammar_graph>=0.1.11 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (0.1.11)
Requirement already satisfied: grammar_to_regex>=0.0.2 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (0.0.2)
Requirement already satisfied: ijson>=3.1.4 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.1.4)
Requirement already satisfied: packaging>=21.3 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (21.3)
Requirement already satisfied: pathos>=0.2.9 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (0.2.9)
Requirement already satisfied: proxyorderedset>=0.3.0 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (0.3.1)
Requirement already satisfied: setuptools-antlr>=0.4.0 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (0.4.0)
Requirement already satisfied: wheel>=0.37.1 in /usr/local/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.37.1)
Requirement already satisfied: z3-solver>=4.8.17.0 in /home/isla/.local/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.11.1.0)
Requirement already satisfied: fibheap>=0.2.1 in /home/isla/.local/lib/python3.10/site-packages (from grammar_graph>=0.1.11->-r requirements.txt (line 3)) (0.2.1)
Requirement already satisfied: graphviz>=0.20 in /home/isla/.local/lib/python3.10/site-packages (from grammar_graph>=0.1.11->-r requirements.txt (line 3)) (0.20.1)
Requirement already satisfied: pydot>=1.4.2 in /home/isla/.local/lib/python3.10/site-packages (from grammar_to_regex>=0.0.2->-r requirements.txt (line 4)) (1.4.2)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/isla/.local/lib/python3.10/site-packages (from packaging>=21.3->-r requirements.txt (line 6)) (3.0.9)
Requirement already satisfied: ppft>=1.7.6.5 in /home/isla/.local/lib/python3.10/site-packages (from pathos>=0.2.9->-r requirements.txt (line 7)) (1.7.6.5)
Requirement already satisfied: pox>=0.3.1 in /home/isla/.local/lib/python3.10/site-packages (from pathos>=0.2.9->-r requirements.txt (line 7)) (0.3.1)
Requirement already satisfied: multiprocess>=0.70.13 in /home/isla/.local/lib/python3.10/site-packages (from pathos>=0.2.9->-r requirements.txt (line 7)) (0.70.13)
Requirement already satisfied: dill>=0.3.5.1 in /home/isla/.local/lib/python3.10/site-packages (from pathos>=0.2.9->-r requirements.txt (line 7)) (0.3.5.1)
Requirement already satisfied: frozendict>=2.3.2 in /home/isla/.local/lib/python3.10/site-packages (from proxyorderedset>=0.3.0->-r requirements.txt (line 8)) (2.3.4)
Requirement already satisfied: six>=1.7.3 in /home/isla/.local/lib/python3.10/site-packages (from ppft>=1.7.6.5->pathos>=0.2.9->-r requirements.txt (line 7)) (1.16.0)

[notice] A new release of pip available: 22.2.2 -> 24.2
[notice] To update, run: pip install --upgrade pip
isla@5df498c7b197 ~/isla ((v0.10.6))> python3 -m pytest -n 16 tests
=============================================================================================================== test session starts ===============================================================================================================
platform linux -- Python 3.10.2, pytest-7.1.2, pluggy-1.0.0
Using --randomly-seed=3333475228
rootdir: /home/isla/isla, configfile: pytest.ini
plugins: cov-3.0.0, html-3.1.1, randomly-3.12.0, profiling-1.7.0, forked-1.4.0, xdist-2.5.0, rerunfailures-10.2, pycharm-0.7.0, metadata-2.0.2
[gw0] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw1] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw2] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw3] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw4] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw5] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw6] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw7] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw8] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw9] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw10] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw11] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw12] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw13] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw14] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
[gw15] Python 3.10.2 (main, Feb 25 2022, 22:40:35) [GCC 10.3.1 20211027]
gw0 [195] / gw1 [195] / gw2 [195] / gw3 [195] / gw4 [195] / gw5 [195] / gw6 [195] / gw7 [195] / gw8 [195] / gw9 [195] / gw10 [195] / gw11 [195] / gw12 [195] / gw13 [195] / gw14 [195] / gw15 [195]
scheduling tests via LoadScheduling

tests/test_language.py::TestLanguage::test_open_paths_replace_2
tests/test_language.py::TestLanguage::test_dnf_conversion
tests/test_language.py::TestLanguage::test_free_variables
tests/test_language.py::TestLanguage::test_match
tests/test_language.py::TestLanguage::test_push_in_negation
tests/test_language.py::TestLanguage::test_to_tree_prefix_rest_ref
tests/test_language.py::TestLanguage::test_bind_expression_to_tree
tests/test_language.py::TestLanguage::test_count
tests/test_language.py::TestLanguage::test_match_expr_match_xml
tests/test_language.py::TestLanguage::test_wellformed
tests/test_language.py::TestLanguage::test_ensure_unique_bound_variables
[gw5] [  0%] PASSED tests/test_language.py::TestLanguage::test_free_variables
tests/test_language.py::TestLanguage::test_tree_k_paths
tests/test_language.py::TestLanguage::test_unparse_isla
tests/test_language.py::TestLanguage::test_ensure_unique_bound_variables_2
[gw2] [  1%] PASSED tests/test_language.py::TestLanguage::test_bind_expression_to_tree
tests/test_language.py::TestLanguage::test_can_pickle_formula
[gw9] [  1%] PASSED tests/test_language.py::TestLanguage::test_ensure_unique_bound_variables
tests/test_predicates.py::TestPredicates::test_embed_tree_3
[gw6] [  2%] PASSED tests/test_language.py::TestLanguage::test_to_tree_prefix_rest_ref
tests/test_language.py::TestLanguage::test_bind_epxr_to_tree_prefix_recursive_nonterminal
[gw5] [  2%] SKIPPED tests/test_language.py::TestLanguage::test_bind_epxr_to_tree_prefix_recursive_nonterminal
tests/test_language.py::TestLanguage::test_to_tree_prefix_rest_ref_2
[gw1] [  3%] PASSED tests/test_language.py::TestLanguage::test_dnf_conversion
tests/test_language.py::TestLanguage::test_bind_expr_match_recursive_nonterminal
[gw3] [  3%] PASSED tests/test_language.py::TestLanguage::test_push_in_negation
tests/test_language.py::TestLanguage::test_equality_hash_smt_formulas
[gw3] [  4%] PASSED tests/test_language.py::TestLanguage::test_equality_hash_smt_formulas
tests/test_language.py::TestLanguage::test_open_tree_paths_replace
[gw4] [  4%] PASSED tests/test_language.py::TestLanguage::test_match
tests/test_language.py::TestLanguage::test_open_tree_k_paths
[gw10] [  5%] PASSED tests/test_language.py::TestLanguage::test_wellformed
tests/test_predicates.py::TestPredicates::test_level
tests/test_language.py::TestLanguage::test_to_tree_prefix_tar_file_name
[gw13] [  5%] PASSED tests/test_language.py::TestLanguage::test_to_tree_prefix_tar_file_name
tests/test_predicates.py::TestPredicates::test_count_pred_var_as_third_arg
[gw0] [  6%] PASSED tests/test_language.py::TestLanguage::test_ensure_unique_bound_variables_2
tests/test_language.py::TestLanguage::test_bind_expr_match_lang_assgn_2
[gw1] [  6%] PASSED tests/test_language.py::TestLanguage::test_bind_expr_match_recursive_nonterminal
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_xml_1
[gw0] [  7%] PASSED tests/test_language.py::TestLanguage::test_bind_expr_match_lang_assgn_2
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_json_2
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_scriptsizec
tests/test_predicates.py::TestPredicates::test_parse_tar_heading
[gw0] [  7%] PASSED tests/test_predicates.py::TestPredicates::test_parse_tar_heading
tests/test_derivation_tree.py::TestDerivationTree::test_traverse
[gw0] [  8%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_traverse
tests/test_derivation_tree.py::TestDerivationTree::test_hash_caching
[gw0] [  8%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_hash_caching
tests/test_derivation_tree.py::TestDerivationTree::test_json
[gw0] [  9%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_json
tests/test_derivation_tree.py::TestDerivationTree::test_potential_prefix
[gw0] [  9%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_potential_prefix
[gw14] [ 10%] PASSED tests/test_language.py::TestLanguage::test_count
tests/test_derivation_tree.py::TestDerivationTree::test_to_dot
tests/test_predicates.py::TestPredicates::test_octal_to_decimal
[gw2] [ 10%] PASSED tests/test_language.py::TestLanguage::test_to_tree_prefix_rest_ref_2
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_xml_2
[gw11] [ 11%] PASSED tests/test_language.py::TestLanguage::test_unparse_isla
tests/test_predicates.py::TestPredicates::test_embed_tree_1
[gw10] [ 11%] PASSED tests/test_predicates.py::TestPredicates::test_level
[gw8] [ 12%] PASSED tests/test_language.py::TestLanguage::test_can_pickle_formula
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_trees_xml_3
tests/test_predicates.py::TestPredicates::test_embed_tree_2
[gw14] [ 12%] PASSED tests/test_predicates.py::TestPredicates::test_octal_to_decimal
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_trees_lang
[gw14] [ 13%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_trees_lang
tests/test_evaluator.py::TestEvaluator::test_use_constraint_as_filter
[gw0] [ 13%] FAILED tests/test_derivation_tree.py::TestDerivationTree::test_to_dot
tests/test_derivation_tree.py::TestDerivationTree::test_hashes_different
[gw0] [ 14%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_hashes_different
tests/test_evaluator.py::TestEvaluator::test_matches_xml_property
[gw10] [ 14%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_trees_xml_3
tests/test_derivation_tree.py::TestDerivationTree::test_from_parse_tree
[gw11] [ 15%] PASSED tests/test_predicates.py::TestPredicates::test_embed_tree_1
[gw0] [ 15%] PASSED tests/test_evaluator.py::TestEvaluator::test_matches_xml_property
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_trees_scriptsizec
tests/test_evaluator.py::TestEvaluator::test_negated_csv_property
[gw11] [ 16%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_trees_scriptsizec
[gw2] [ 16%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_xml_2
tests/test_evaluator.py::TestEvaluator::test_csv_property
tests/test_derivation_tree.py::TestDerivationTree::test_substitute
[gw2] [ 17%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_substitute
tests/test_derivation_tree.py::TestDerivationTree::test_depth
[gw2] [ 17%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_depth
tests/test_derivation_tree.py::TestDerivationTree::test_find_start
[gw2] [ 18%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_find_start
tests/test_evaluator.py::TestEvaluator::test_more_complex_csv_property
[gw0] [ 18%] PASSED tests/test_evaluator.py::TestEvaluator::test_negated_csv_property
tests/test_evaluator.py::TestEvaluator::test_rest_property_1
[gw0] [ 19%] PASSED tests/test_evaluator.py::TestEvaluator::test_rest_property_1
tests/test_evaluator.py::TestEvaluator::test_rest_property_2
[gw5] [ 20%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_xml_1
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_trees_assignment
[gw5] [ 20%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_trees_assignment
tests/test_derivation_tree.py::TestDerivationTree::test_nonterminals
[gw5] [ 21%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_nonterminals
tests/test_derivation_tree.py::TestDerivationTree::test_next_path_complete_2
[gw5] [ 21%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_next_path_complete_2
tests/test_evaluator.py::TestEvaluator::test_def_before_use
[gw7] [ 22%] PASSED tests/test_language.py::TestLanguage::test_match_expr_match_xml
tests/test_language.py::TestLanguage::test_bind_expr_match_lang_assgn_1
[gw7] [ 22%] PASSED tests/test_language.py::TestLanguage::test_bind_expr_match_lang_assgn_1
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_lang_3
[gw1] [ 23%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_scriptsizec
tests/test_derivation_tree.py::TestDerivationTree::test_serialization_1
[gw1] [ 23%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_serialization_1
tests/test_derivation_tree.py::TestDerivationTree::test_serialization_2
[gw5] [ 24%] PASSED tests/test_evaluator.py::TestEvaluator::test_def_before_use
tests/test_evaluator.py::TestEvaluator::test_evaluate_with_preconditions
[gw7] [ 24%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_lang_3
tests/test_evaluator.py::TestEvaluator::test_addition_with_more_than_two_operands
[gw7] [ 25%] SKIPPED tests/test_evaluator.py::TestEvaluator::test_addition_with_more_than_two_operands
tests/test_evaluator.py::TestEvaluator::test_match
[gw7] [ 25%] PASSED tests/test_evaluator.py::TestEvaluator::test_match
tests/test_tar_parser.py::TestTarParser::test_parse_file_name_str
[gw11] [ 26%] PASSED tests/test_evaluator.py::TestEvaluator::test_csv_property
tests/test_evaluator.py::TestEvaluator::test_match_scriptsize_c
[gw5] [ 26%] PASSED tests/test_evaluator.py::TestEvaluator::test_evaluate_with_preconditions
tests/test_evaluator.py::TestEvaluator::test_xml_with_prefixes
[gw7] [ 27%] PASSED tests/test_tar_parser.py::TestTarParser::test_parse_file_name_str
tests/test_parser.py::TestParser::test_earley_parser_lang
[gw11] [ 27%] PASSED tests/test_evaluator.py::TestEvaluator::test_match_scriptsize_c
tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_subtrie_artificial
[gw2] [ 28%] PASSED tests/test_evaluator.py::TestEvaluator::test_more_complex_csv_property
tests/test_evaluator.py::TestEvaluator::test_evaluate_negative_square_root
[gw2] [ 28%] PASSED tests/test_evaluator.py::TestEvaluator::test_evaluate_negative_square_root
tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_values_of_sub_trie
[gw2] [ 29%] PASSED tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_values_of_sub_trie
tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_trie_key_to_path
[gw2] [ 29%] PASSED tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_trie_key_to_path
tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_path_to_trie_key
[gw2] [ 30%] PASSED tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_path_to_trie_key
tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_trie_creation
[gw2] [ 30%] PASSED tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_trie_creation
tests/test_fuzzer.py::TestFuzzer::test_grammar_fuzzer
[gw4] [ 31%] PASSED tests/test_language.py::TestLanguage::test_open_tree_k_paths
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_assignment_2
[gw4] [ 31%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_assignment_2
tests/test_concrete_syntax.py::TestConcreteSyntax::test_free_nonterminal_predicate
[gw4] [ 32%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_free_nonterminal_predicate
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_infix_for_bound_variable_assgn_lang_unbound_identifier
[gw4] [ 32%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_infix_for_bound_variable_assgn_lang_unbound_identifier
tests/test_concrete_syntax.py::TestConcreteSyntax::test_length_prefixed_strings
[gw4] [ 33%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_length_prefixed_strings
tests/test_concrete_syntax.py::TestConcreteSyntax::test_free_nonterminal_name_collision
[gw4] [ 33%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_free_nonterminal_name_collision
tests/test_concrete_syntax.py::TestConcreteSyntax::test_default_name_forall
[gw4] [ 34%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_default_name_forall
tests/test_concrete_syntax.py::TestConcreteSyntax::test_simple_xml_descendant_axis_disjunction
[gw4] [ 34%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_simple_xml_descendant_axis_disjunction
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_xml
[gw4] [ 35%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_xml
tests/test_concrete_syntax.py::TestConcreteSyntax::test_prefix_no_args
[gw4] [ 35%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_prefix_no_args
tests/test_concrete_syntax.py::TestConcreteSyntax::test_ite
[gw4] [ 36%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_ite
tests/test_concrete_syntax.py::TestConcreteSyntax::test_default_name_nested
[gw4] [ 36%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_default_name_nested
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_with_index
[gw4] [ 37%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_with_index
tests/test_concrete_syntax.py::TestConcreteSyntax::test_omit_start
[gw4] [ 37%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_omit_start
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_xml_simplified
[gw4] [ 38%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_xml_simplified
tests/test_concrete_syntax.py::TestConcreteSyntax::test_unparse_grammar
[gw4] [ 38%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_unparse_grammar
tests/test_concrete_syntax.py::TestConcreteSyntax::test_complex_expression_with_and
[gw4] [ 39%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_complex_expression_with_and
tests/test_concrete_syntax.py::TestConcreteSyntax::test_default_name_exists
[gw4] [ 40%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_default_name_exists
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_infix_for_bound_variable_assgn_lang
[gw7] [ 40%] PASSED tests/test_parser.py::TestParser::test_earley_parser_lang
tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_items_of_sub_trie
[gw4] [ 41%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_infix_for_bound_variable_assgn_lang
[gw7] [ 41%] PASSED tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_items_of_sub_trie
tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_sub_trie
tests/test_concrete_syntax.py::TestConcreteSyntax::test_config_grammar_fuzzingbook
[gw7] [ 42%] PASSED tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_sub_trie
[gw4] [ 42%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_config_grammar_fuzzingbook
tests/test_concrete_syntax.py::TestConcreteSyntax::test_smt_formula_to_sexpr
tests/test_concrete_syntax.py::TestConcreteSyntax::test_infix
[gw4] [ 43%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_infix
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_already_existing_match_expression
[gw7] [ 43%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_smt_formula_to_sexpr
tests/test_concrete_syntax.py::TestConcreteSyntax::test_prefix_multiple_args
[gw4] [ 44%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_already_existing_match_expression
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_infix_c_defuse
[gw7] [ 44%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_prefix_multiple_args
tests/test_concrete_syntax.py::TestConcreteSyntax::test_simple_formula
[gw7] [ 45%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_simple_formula
[gw4] [ 45%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_infix_c_defuse
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xml_descendant_axis
tests/test_concrete_syntax.py::TestConcreteSyntax::test_circumflex_in_smt_formula
[gw4] [ 46%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_circumflex_in_smt_formula
[gw7] [ 46%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xml_descendant_axis
tests/test_concrete_syntax.py::TestConcreteSyntax::test_quotes_in_mexpr
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_twodot_axis_tar_checksum
[gw4] [ 47%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_twodot_axis_tar_checksum
tests/test_concrete_syntax.py::TestConcreteSyntax::test_declared_before_used
[gw7] [ 47%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_quotes_in_mexpr
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_xml_conflicting_xpaths
[gw4] [ 48%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_declared_before_used
tests/test_concrete_syntax.py::TestConcreteSyntax::test_simple_xml_descendant_axis
[gw7] [ 48%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_xml_conflicting_xpaths
tests/test_concrete_syntax.py::TestConcreteSyntax::test_used_variables
[gw4] [ 49%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_simple_xml_descendant_axis
[gw7] [ 49%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_used_variables
tests/test_concrete_syntax.py::TestConcreteSyntax::test_used_variables_default_name
tests/test_concrete_syntax.py::TestConcreteSyntax::test_length_indexed_strings
[gw7] [ 50%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_used_variables_default_name
tests/test_concrete_syntax.py::TestConcreteSyntax::test_free_nonterminal_scope
[gw7] [ 50%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_free_nonterminal_scope
tests/test_concrete_syntax.py::TestConcreteSyntax::test_modulo_infix
[gw7] [ 51%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_modulo_infix
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_for_bound_variable_assgn_lang_simplified
[gw7] [ 51%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_for_bound_variable_assgn_lang_simplified
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_tar_checksum
[gw4] [ 52%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_length_indexed_strings
[gw7] [ 52%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_syntax_tar_checksum
tests/test_concrete_syntax.py::TestConcreteSyntax::test_infix_equation_xml
tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_in_in_expr
[gw7] [ 53%] SKIPPED tests/test_concrete_syntax.py::TestConcreteSyntax::test_xpath_in_in_expr
tests/test_concrete_syntax.py::TestConcreteSyntax::test_parse_conditional_bind_expression
[gw7] [ 53%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_parse_conditional_bind_expression
tests/test_concrete_syntax.py::TestConcreteSyntax::test_bnf_syntax
[gw4] [ 54%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_infix_equation_xml
tests/test_concrete_syntax.py::TestConcreteSyntax::test_scriptsize_c_most_condensed
[gw7] [ 54%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_bnf_syntax
tests/test_concrete_syntax.py::TestConcreteSyntax::test_free_nonterminal
[gw7] [ 55%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_free_nonterminal
tests/test_helpers.py::TestHelpers::test_path_iterator
[gw7] [ 55%] PASSED tests/test_helpers.py::TestHelpers::test_path_iterator
tests/test_helpers.py::TestHelpers::test_evaluate_z3_multivar_expr
[gw7] [ 56%] PASSED tests/test_helpers.py::TestHelpers::test_evaluate_z3_multivar_expr
tests/test_helpers.py::TestHelpers::test_strtoint_translation
[gw7] [ 56%] PASSED tests/test_helpers.py::TestHelpers::test_strtoint_translation
tests/test_helpers.py::TestHelpers::test_is_before
[gw4] [ 57%] PASSED tests/test_concrete_syntax.py::TestConcreteSyntax::test_scriptsize_c_most_condensed
[gw7] [ 57%] PASSED tests/test_helpers.py::TestHelpers::test_is_before
tests/test_helpers.py::TestHelpers::test_weighted_geometric_mean
tests/test_helpers.py::TestHelpers::test_is_prefix
[gw7] [ 58%] PASSED tests/test_helpers.py::TestHelpers::test_is_prefix
[gw4] [ 58%] PASSED tests/test_helpers.py::TestHelpers::test_weighted_geometric_mean
tests/test_helpers.py::TestHelpers::test_path_to_tree
tests/test_helpers.py::TestHelpers::test_evaluate_z3_regexp_with_var
[gw7] [ 59%] PASSED tests/test_helpers.py::TestHelpers::test_path_to_tree
tests/test_helpers.py::TestHelpers::test_dict_of_lists_to_list_of_dicts
[gw4] [ 60%] PASSED tests/test_helpers.py::TestHelpers::test_evaluate_z3_regexp_with_var
[gw7] [ 60%] PASSED tests/test_helpers.py::TestHelpers::test_dict_of_lists_to_list_of_dicts
tests/test_helpers.py::TestHelpers::test_evaluate_z3_regexp
tests/test_helpers.py::TestHelpers::test_find_all_paths
[gw4] [ 61%] PASSED tests/test_helpers.py::TestHelpers::test_find_all_paths
[gw7] [ 61%] PASSED tests/test_helpers.py::TestHelpers::test_evaluate_z3_regexp
tests/test_solver.py::TestSolver::test_simple_universal_formula
tests/test_solver.py::TestSolver::test_simple_universal_formula_with_bind
[gw3] [ 62%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_json_2
tests/test_derivation_tree.py::TestDerivationTree::test_next_path
[gw3] [ 62%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_next_path
tests/test_derivation_tree.py::TestDerivationTree::test_nextpath
[gw3] [ 63%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_nextpath
tests/test_derivation_tree.py::TestDerivationTree::test_parse_tree_compatibility
[gw3] [ 63%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_parse_tree_compatibility
tests/test_solver.py::TestSolver::test_negation_previous_smt_solutions
[gw0] [ 64%] PASSED tests/test_evaluator.py::TestEvaluator::test_rest_property_2
tests/test_evaluator.py::TestEvaluator::test_scriptsize_c_defuse_property
[gw2] [ 64%] PASSED tests/test_fuzzer.py::TestFuzzer::test_grammar_fuzzer
tests/test_fuzzer.py::TestFuzzer::test_grammar_coverage_fuzzer
[gw5] [ 65%] PASSED tests/test_evaluator.py::TestEvaluator::test_xml_with_prefixes
tests/test_tar_parser.py::TestTarParser::test_parse_characters
[gw5] [ 65%] PASSED tests/test_tar_parser.py::TestTarParser::test_parse_characters
tests/test_solver.py::TestSolver::test_tar
[gw5] [ 66%] SKIPPED tests/test_solver.py::TestSolver::test_tar
tests/test_solver.py::TestSolver::test_qfd_formula_might_match_2
[gw5] [ 66%] PASSED tests/test_solver.py::TestSolver::test_qfd_formula_might_match_2
tests/test_solver.py::TestSolver::test_unsatisfiable_smt_quantified_conjunction
[gw6] [ 67%] PASSED tests/test_language.py::TestLanguage::test_open_tree_paths_replace
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_assignment
[gw6] [ 67%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_assignment
tests/test_solver.py::TestSolver::test_simple_equal_length_csv_negated
[gw15] [ 68%] PASSED tests/test_language.py::TestLanguage::test_open_paths_replace_2
tests/test_predicates.py::TestPredicates::test_nth_predicate
[gw0] [ 68%] PASSED tests/test_evaluator.py::TestEvaluator::test_scriptsize_c_defuse_property
tests/test_evaluator.py::TestEvaluator::test_xml_attr_redefs
[gw15] [ 69%] PASSED tests/test_predicates.py::TestPredicates::test_nth_predicate
tests/test_existential_helpers.py::TestExistentialHelpers::test_tree_insert_direct_embedding
[gw15] [ 69%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_tree_insert_direct_embedding
tests/test_solver.py::TestSolver::test_scriptsize_c_redef
[gw0] [ 70%] PASSED tests/test_evaluator.py::TestEvaluator::test_xml_attr_redefs
tests/test_solver.py::TestSolver::test_simple_existential_formula_with_bind
[gw8] [ 70%] PASSED tests/test_predicates.py::TestPredicates::test_embed_tree_2
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_lang
[gw8] [ 71%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_lang
tests/test_solver.py::TestSolver::test_length_indexed_strings
[gw5] [ 71%] PASSED tests/test_solver.py::TestSolver::test_unsatisfiable_smt_quantified_conjunction
tests/test_solver.py::TestSolver::test_csv_rows_equal_length_more_complex
[gw7] [ 72%] PASSED tests/test_solver.py::TestSolver::test_simple_universal_formula_with_bind
tests/test_solver.py::TestSolver::test_qfd_formula_might_match_3
[gw7] [ 72%] PASSED tests/test_solver.py::TestSolver::test_qfd_formula_might_match_3
tests/test_solver.py::TestSolver::test_atomic_smt_formula
[gw4] [ 73%] PASSED tests/test_solver.py::TestSolver::test_simple_universal_formula
tests/test_solver.py::TestSolver::test_negated_csv_rows_equal_length
[gw14] [ 73%] PASSED tests/test_evaluator.py::TestEvaluator::test_use_constraint_as_filter
tests/test_evaluator.py::TestEvaluator::test_evaluate_concrete_in_expr
[gw14] [ 74%] PASSED tests/test_evaluator.py::TestEvaluator::test_evaluate_concrete_in_expr
tests/test_solver.py::TestSolver::test_unsatisfiable_forall_exists_formula
[gw14] [ 74%] PASSED tests/test_solver.py::TestSolver::test_unsatisfiable_forall_exists_formula
tests/test_solver.py::TestSolver::test_csv_rows_equal_length_simpler
[gw10] [ 75%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_from_parse_tree
tests/test_evaluator.py::TestEvaluator::test_xml_property
[gw10] [ 75%] PASSED tests/test_evaluator.py::TestEvaluator::test_xml_property
tests/test_evaluator.py::TestEvaluator::test_evaluate
[gw10] [ 76%] PASSED tests/test_evaluator.py::TestEvaluator::test_evaluate
tests/test_solver.py::TestSolver::test_evaluate
[gw10] [ 76%] PASSED tests/test_solver.py::TestSolver::test_evaluate
tests/test_solver.py::TestSolver::test_simple_tar
[gw12] [ 77%] PASSED tests/test_language.py::TestLanguage::test_tree_k_paths
tests/test_predicates.py::TestPredicates::test_direct_child_predicate
[gw11] [ 77%] PASSED tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_subtrie_artificial
tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_keys_of_sub_trie
[gw11] [ 78%] PASSED tests/test_path_indexed_trie.py::TestPathIndexedTrie::test_get_keys_of_sub_trie
tests/test_solver.py::TestSolver::test_xml_with_prefixes
[gw12] [ 78%] PASSED tests/test_predicates.py::TestPredicates::test_direct_child_predicate
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_lang_2
[gw12] [ 79%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_lang_2
tests/test_solver.py::TestSolver::test_get_quantifier_chains
[gw12] [ 80%] PASSED tests/test_solver.py::TestSolver::test_get_quantifier_chains
tests/test_solver.py::TestSolver::test_qfd_formula_might_match_1
[gw12] [ 80%] PASSED tests/test_solver.py::TestSolver::test_qfd_formula_might_match_1
tests/test_solver.py::TestSolver::test_implies
[gw2] [ 81%] PASSED tests/test_fuzzer.py::TestFuzzer::test_grammar_coverage_fuzzer
tests/test_solver.py::TestSolver::test_delete_me
[gw2] [ 81%] PASSED tests/test_solver.py::TestSolver::test_delete_me
tests/test_solver.py::TestSolver::test_declared_before_used_concrete_syntax
[gw7] [ 82%] PASSED tests/test_solver.py::TestSolver::test_atomic_smt_formula
tests/test_solver.py::TestSolver::test_conjunction_of_qfd_formulas
[gw12] [ 82%] PASSED tests/test_solver.py::TestSolver::test_implies
tests/test_solver.py::TestSolver::test_declared_before_used
[gw14] [ 83%] PASSED tests/test_solver.py::TestSolver::test_csv_rows_equal_length_simpler
tests/test_solver.py::TestSolver::test_declared_before_used_concrete_simplified_syntax
[gw3] [ 83%] PASSED tests/test_solver.py::TestSolver::test_negation_previous_smt_solutions
tests/test_solver.py::TestSolver::test_unsatisfiable_smt_conjunction
[gw1] [ 84%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_serialization_2
tests/test_derivation_tree.py::TestDerivationTree::test_zero_id
[gw1] [ 84%] PASSED tests/test_derivation_tree.py::TestDerivationTree::test_zero_id
[gw3] [ 85%] PASSED tests/test_solver.py::TestSolver::test_unsatisfiable_smt_conjunction
tests/test_solver.py::TestSolver::test_implication
[gw7] [ 85%] PASSED tests/test_solver.py::TestSolver::test_conjunction_of_qfd_formulas
tests/test_solver.py::TestSolver::test_unsatisfiable_smt_formulas
[gw3] [ 86%] PASSED tests/test_solver.py::TestSolver::test_implication
[gw12] [ 86%] PASSED tests/test_solver.py::TestSolver::test_declared_before_used
tests/test_solver.py::TestSolver::test_parse
[gw12] [ 87%] PASSED tests/test_solver.py::TestSolver::test_parse
[gw15] [ 87%] PASSED tests/test_solver.py::TestSolver::test_scriptsize_c_redef
tests/test_solver.py::TestSolver::test_scriptsize_c_def_before_use
[gw2] [ 88%] PASSED tests/test_solver.py::TestSolver::test_declared_before_used_concrete_syntax
tests/test_solver.py::TestSolver::test_csv_rows_equal_length
[gw7] [ 88%] PASSED tests/test_solver.py::TestSolver::test_unsatisfiable_smt_formulas
[gw4] [ 89%] PASSED tests/test_solver.py::TestSolver::test_negated_csv_rows_equal_length
tests/test_solver.py::TestSolver::test_rest
[gw0] [ 89%] PASSED tests/test_solver.py::TestSolver::test_simple_existential_formula_with_bind
tests/test_solver.py::TestSolver::test_simple_csv_rows_equal_length
[gw14] [ 90%] PASSED tests/test_solver.py::TestSolver::test_declared_before_used_concrete_simplified_syntax
tests/test_solver.py::TestSolver::test_simple_existential_formula
[gw8] [ 90%] PASSED tests/test_solver.py::TestSolver::test_length_indexed_strings
tests/test_solver.py::TestSolver::test_unsatisfiable_existential_formula
[gw8] [ 91%] PASSED tests/test_solver.py::TestSolver::test_unsatisfiable_existential_formula
[gw0] [ 91%] PASSED tests/test_solver.py::TestSolver::test_simple_csv_rows_equal_length
[gw6] [ 92%] PASSED tests/test_solver.py::TestSolver::test_simple_equal_length_csv_negated
tests/test_solver.py::TestSolver::test_unsatisfiable_smt_atom
[gw6] [ 92%] PASSED tests/test_solver.py::TestSolver::test_unsatisfiable_smt_atom
[gw14] [ 93%] PASSED tests/test_solver.py::TestSolver::test_simple_existential_formula
[gw9] [ 93%] PASSED tests/test_predicates.py::TestPredicates::test_embed_tree_3
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_xml_4
[gw9] [ 94%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_xml_4
[gw4] [ 94%] PASSED tests/test_solver.py::TestSolver::test_rest
[gw5] [ 95%] PASSED tests/test_solver.py::TestSolver::test_csv_rows_equal_length_more_complex
tests/test_solver.py::TestSolver::test_start_nonterminal
[gw5] [ 95%] PASSED tests/test_solver.py::TestSolver::test_start_nonterminal
[gw15] [ 96%] PASSED tests/test_solver.py::TestSolver::test_scriptsize_c_def_before_use
[gw10] [ 96%] PASSED tests/test_solver.py::TestSolver::test_simple_tar
tests/test_solver.py::TestSolver::test_equivalent
[gw10] [ 97%] PASSED tests/test_solver.py::TestSolver::test_equivalent
[gw2] [ 97%] PASSED tests/test_solver.py::TestSolver::test_csv_rows_equal_length
[gw11] [ 98%] PASSED tests/test_solver.py::TestSolver::test_xml_with_prefixes
tests/test_solver.py::TestSolver::test_xml
[gw11] [ 98%] PASSED tests/test_solver.py::TestSolver::test_xml
[gw13] [ 99%] PASSED tests/test_predicates.py::TestPredicates::test_count_pred_var_as_third_arg
tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_json_1
[gw13] [100%] PASSED tests/test_existential_helpers.py::TestExistentialHelpers::test_insert_json_1

==================================================================================================================== FAILURES =====================================================================================================================
_________________________________________________________________________________________________________ TestDerivationTree.test_to_dot __________________________________________________________________________________________________________
[gw0] linux -- Python 3.10.2 /usr/local/bin/python3

self = <test_derivation_tree.TestDerivationTree testMethod=test_to_dot>

        def test_to_dot(self):
            parse_tree = ('<xml-tree>', [
                ('<xml-open-tag>', [('<', []), ('<id>', None), ('>', [])]),
                ('<xml-tree>', None),
                ('<xml-close-tag>', [('</', []), ('<id>', None), ('>', [])])])
            dtree = DerivationTree.from_parse_tree(parse_tree)

            expected = r'''// Derivation Tree
    digraph {
        node [shape=plain]
        9 [label=<&lt;xml-tree&gt; <FONT COLOR="gray">(9)</FONT>>]
        9 -> 8
        9 -> 4
        9 -> 3
        8 [label=<&lt;xml-open-tag&gt; <FONT COLOR="gray">(8)</FONT>>]
        8 -> 7
        8 -> 6
        8 -> 5
        7 [label=<&lt; <FONT COLOR="gray">(7)</FONT>>]
        6 [label=<&lt;id&gt; <FONT COLOR="gray">(6)</FONT>>]
        5 [label=<&gt; <FONT COLOR="gray">(5)</FONT>>]
        4 [label=<&lt;xml-tree&gt; <FONT COLOR="gray">(4)</FONT>>]
        3 [label=<&lt;xml-close-tag&gt; <FONT COLOR="gray">(3)</FONT>>]
        3 -> 2
        3 -> 1
        3 -> 0
        2 [label=<&lt;/ <FONT COLOR="gray">(2)</FONT>>]
        1 [label=<&lt;id&gt; <FONT COLOR="gray">(1)</FONT>>]
        0 [label=<&gt; <FONT COLOR="gray">(0)</FONT>>]
    }
    '''.replace('    ', '\t')

>           self.assertEqual(expected, str(dtree.to_dot()))
E           AssertionError: '// D[46 chars]]\n\t9 [label=<&lt;xml-tree&gt; <FONT COLOR="g[616 chars]n}\n' != '// D[46 chars]]\n\t71 [label=<&lt;xml-tree&gt; <FONT COLOR="[654 chars]n}\n'
E           Diff is 2165 characters long. Set self.maxDiff to None to see it.

tests/test_derivation_tree.py:349: AssertionError
================================================================================================================ warnings summary =================================================================================================================
tests/test_derivation_tree.py: 22 warnings
  /home/isla/.local/lib/python3.10/site-packages/ijson/compat.py:48: DeprecationWarning:
  ijson works by reading bytes, but a string reader has been given instead. This
  probably, but not necessarily, means a file-like object has been opened in text
  mode ('t') rather than binary mode ('b').

  An automatic conversion is being performed on the fly to continue, but on the
  other hand this creates unnecessary encoding/decoding operations that decrease
  the efficiency of the system. In the future this automatic conversion will be
  removed, and users will receive errors instead of this warning. To avoid this
  problem make sure file-like objects are opened in binary mode instead of text
  mode.

    warnings.warn(_str_vs_bytes_warning, DeprecationWarning)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================================================================================================= short test summary info =============================================================================================================
FAILED tests/test_derivation_tree.py::TestDerivationTree::test_to_dot - AssertionError: '// D[46 chars]]\n\t9 [label=<&lt;xml-tree&gt; <FONT COLOR="g[616 chars]n}\n' != '// D[46 chars]]\n\t71 [label=<&lt;xml-tree&gt; <FONT COLOR="[654 chars...
======================================================================================== 1 failed, 190 passed, 4 skipped, 22 warnings in 712.69s (0:11:52) ========================================================================================
isla@5df498c7b197 ~/isla ((v0.10.6)) [1]> fish run_eval_csv.fish
Database: /home/isla/isla/isla_evaluation_csv.sqlite
Jobs: Grammar Fuzzer, Cnt-Columns
Running each job 2 times for 3600 seconds.
[12:12:27] Collecting data for 3600 seconds (CSV Grammar Fuzzer)
[13:12:28] Collected 55463 inputs in 3600 seconds (CSV Grammar Fuzzer)
[13:14:05] Collecting data for 3600 seconds (CSV Grammar Fuzzer)
[14:14:06] Collected 55480 inputs in 3600 seconds (CSV Grammar Fuzzer)
[14:15:41] Collecting data for 3600 seconds (CSV Cnt-Columns)
[15:15:50] Collected 7440 inputs in 3600 seconds (CSV Cnt-Columns)
[15:18:48] Collecting data for 3600 seconds (CSV Cnt-Columns)
[16:19:40] Collected 7450 inputs in 3600 seconds (CSV Cnt-Columns)
[16:22:49] Evaluating validity for session 1 of CSV Grammar Fuzzer
Reading inputs for session 1 of CSV Grammar Fuzzer from database...
[16:22:49] Evaluating validity for session 2 of CSV Grammar Fuzzer
Reading inputs for session 2 of CSV Grammar Fuzzer from database...
[16:22:49] Evaluating validity for session 1 of CSV Cnt-Columns
Reading inputs for session 1 of CSV Cnt-Columns from database...
[16:22:49] Evaluating validity for session 2 of CSV Cnt-Columns
Reading inputs for session 2 of CSV Cnt-Columns from database...
Evaluating validity of inputs for session 1 of CSV Grammar Fuzzer...
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Evaluating validity of inputs for session 2 of CSV Grammar Fuzzer...
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #9 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #7 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #8 has error: wrong number of fields
Record #9 has error: wrong number of fields
Record #10 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #8 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Record #8 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #7 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Record #7 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #8 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Record #8 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #4 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #5 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
Record #7 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #7 has error: wrong number of fields
Record #8 has error: wrong number of fields
Record #9 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Record #8 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #8 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #3 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #2 has error: wrong number of fields

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #4 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #6 has error: wrong number of fields
Record #8 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1 has error: wrong number of fields

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
Warning: not using defaults, may not validate CSV to RFC 4180


file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #6 has error: wrong number of fields
Record #7 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #6 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180
file is valid

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Record #5 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
file is valid
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Writing validity data for inputs from session 1 of CSV Grammar Fuzzer to database...
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

[16:25:27] DONE Evaluating validity for session 1 of CSV Grammar Fuzzer
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #2 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Record #4 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #3 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
file is valid
file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Record #2 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
Record #1 has error: wrong number of fields
Warning: not using defaults, may not validate CSV to RFC 4180

file is valid
file is valid
Writing validity data for inputs from session 2 of CSV Grammar Fuzzer to database...
[16:25:27] DONE Evaluating validity for session 2 of CSV Grammar Fuzzer
Evaluating validity of inputs for session 1 of CSV Cnt-Columns...
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Evaluating validity of inputs for session 2 of CSV Cnt-Columns...
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Writing validity data for inputs from session 1 of CSV Cnt-Columns to database...
[16:38:54] DONE Evaluating validity for session 1 of CSV Cnt-Columns
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
file is valid
Writing validity data for inputs from session 2 of CSV Cnt-Columns to database...
[16:38:55] DONE Evaluating validity for session 2 of CSV Cnt-Columns
[16:39:03] Evaluating 3-paths for session 1 of CSV Grammar Fuzzer
[16:39:03] Evaluating 3-paths for session 2 of CSV Grammar Fuzzer
[16:39:03] Evaluating 4-paths for session 1 of CSV Grammar Fuzzer
[16:39:03] Evaluating 4-paths for session 2 of CSV Grammar Fuzzer
[16:39:03] Evaluating 3-paths for session 1 of CSV Cnt-Columns
[16:39:03] Evaluating 3-paths for session 2 of CSV Cnt-Columns
[16:39:03] Evaluating 4-paths for session 1 of CSV Cnt-Columns
[16:39:03] Evaluating 4-paths for session 2 of CSV Cnt-Columns
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.00% done (0 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.09% done (30 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.18% done (60 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.27% done (90 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.36% done (120 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.44% done (150 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.53% done (180 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.62% done (210 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.71% done (240 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.80% done (270 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.89% done (300 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 0.98% done (330 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.00% done (0 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.07% done (360 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.15% done (390 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.09% done (30 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.24% done (420 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.18% done (60 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.33% done (450 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.42% done (480 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.27% done (90 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.51% done (510 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.36% done (120 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.60% done (540 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.44% done (150 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.69% done (570 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.53% done (180 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.78% done (600 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.62% done (210 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.86% done (630 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.71% done (240 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 1.95% done (660 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.80% done (270 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.04% done (690 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.89% done (300 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.13% done (720 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 0.98% done (330 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.22% done (750 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.07% done (360 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.31% done (780 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.15% done (390 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.40% done (810 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.24% done (420 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.49% done (840 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.00% done (0 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.33% done (450 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.57% done (870 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.42% done (480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.09% done (30 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.51% done (510 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.66% done (900 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.18% done (60 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.60% done (540 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.75% done (930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.26% done (90 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.69% done (570 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.84% done (960 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.35% done (120 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.78% done (600 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 2.93% done (990 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.44% done (150 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.86% done (630 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.02% done (1020 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.53% done (180 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 1.95% done (660 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.11% done (1050 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.62% done (210 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.04% done (690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.71% done (240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.20% done (1080 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.13% done (720 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.28% done (1110 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.79% done (270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.37% done (1140 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.22% done (750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.88% done (300 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.46% done (1170 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.31% done (780 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.55% done (1200 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 0.97% done (330 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.40% done (810 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.64% done (1230 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.06% done (360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.73% done (1260 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.49% done (840 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.15% done (390 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.82% done (1290 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.57% done (870 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.23% done (420 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.91% done (1320 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.32% done (450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.66% done (900 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 3.99% done (1350 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.00% done (0 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.08% done (1380 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.41% done (480 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.75% done (930 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.17% done (1410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.50% done (510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.84% done (960 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.09% done (30 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.26% done (1440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.59% done (540 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 2.93% done (990 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.18% done (60 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.35% done (1470 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.68% done (570 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.02% done (1020 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.44% done (1500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.26% done (90 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.76% done (600 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.11% done (1050 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.53% done (1530 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.35% done (120 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.85% done (630 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.62% done (1560 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.20% done (1080 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.44% done (150 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 1.94% done (660 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.70% done (1590 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.28% done (1110 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.53% done (180 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.03% done (690 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.79% done (1620 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.37% done (1140 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.62% done (210 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.12% done (720 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.88% done (1650 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.46% done (1170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.71% done (240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 4.97% done (1680 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.21% done (750 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.55% done (1200 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.79% done (270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.06% done (1710 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.29% done (780 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.88% done (300 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.64% done (1230 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.15% done (1740 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.38% done (810 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 0.97% done (330 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.73% done (1260 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.24% done (1770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.47% done (840 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.06% done (360 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.82% done (1290 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.33% done (1800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.56% done (870 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.15% done (390 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.91% done (1320 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.41% done (1830 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.65% done (900 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.23% done (420 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 3.99% done (1350 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.50% done (1860 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.73% done (930 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.32% done (450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.08% done (1380 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.59% done (1890 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.82% done (960 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.41% done (480 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.17% done (1410 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.68% done (1920 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 2.91% done (990 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.50% done (510 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.77% done (1950 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.26% done (1440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.00% done (1020 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.59% done (540 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.86% done (1980 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.35% done (1470 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.09% done (1050 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.68% done (570 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 5.95% done (2010 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.44% done (1500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.76% done (600 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.18% done (1080 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.04% done (2040 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.53% done (1530 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.85% done (630 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.26% done (1110 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.12% done (2070 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.62% done (1560 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.35% done (1140 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 1.94% done (660 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.21% done (2100 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.70% done (1590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.03% done (690 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.44% done (1170 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.30% done (2130 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.79% done (1620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.12% done (720 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.39% done (2160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.53% done (1200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.88% done (1650 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.21% done (750 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.62% done (1230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 4.97% done (1680 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.48% done (2190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.70% done (1260 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.29% done (780 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.06% done (1710 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.57% done (2220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.79% done (1290 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.38% done (810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.66% done (2250 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.15% done (1740 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.88% done (1320 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.47% done (840 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.75% done (2280 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 3.97% done (1350 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.56% done (870 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.83% done (2310 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.24% done (1770 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.65% done (900 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 6.92% done (2340 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.06% done (1380 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.33% done (1800 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.73% done (930 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.01% done (2370 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.15% done (1410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.41% done (1830 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.82% done (960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.10% done (2400 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.23% done (1440 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.50% done (1860 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 2.91% done (990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.19% done (2430 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.32% done (1470 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.59% done (1890 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.00% done (1020 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.28% done (2460 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.41% done (1500 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.09% done (1050 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.68% done (1920 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.50% done (1530 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.37% done (2490 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.77% done (1950 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.59% done (1560 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.46% done (2520 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.67% done (1590 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.86% done (1980 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.54% done (2550 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.18% done (1080 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.76% done (1620 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 5.95% done (2010 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.63% done (2580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.26% done (1110 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.85% done (1650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.04% done (2040 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.72% done (2610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.35% done (1140 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 4.94% done (1680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.12% done (2070 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.81% done (2640 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.03% done (1710 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.90% done (2670 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.21% done (2100 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.44% done (1170 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.12% done (1740 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 7.99% done (2700 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.30% done (2130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.20% done (1770 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.53% done (1200 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.08% done (2730 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.39% done (2160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.29% done (1800 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.17% done (2760 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.48% done (2190 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.62% done (1230 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.38% done (1830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.25% done (2790 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.57% done (2220 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.70% done (1260 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.47% done (1860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.34% done (2820 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.66% done (2250 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.79% done (1290 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.56% done (1890 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.43% done (2850 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.75% done (2280 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.88% done (1320 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.65% done (1920 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.52% done (2880 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.83% done (2310 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.61% done (2910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 3.97% done (1350 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.73% done (1950 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 6.92% done (2340 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.70% done (2940 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.82% done (1980 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.06% done (1380 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.01% done (2370 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.79% done (2970 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 5.91% done (2010 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.15% done (1410 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.88% done (3000 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.10% done (2400 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.00% done (2040 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.23% done (1440 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 8.97% done (3030 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.19% done (2430 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.09% done (2070 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.32% done (1470 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.05% done (3060 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.17% done (2100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.28% done (2460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.41% done (1500 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.14% done (3090 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.26% done (2130 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.50% done (1530 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.37% done (2490 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.23% done (3120 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.35% done (2160 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.59% done (1560 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.32% done (3150 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.46% done (2520 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.44% done (2190 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.67% done (1590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.41% done (3180 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.54% done (2550 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.53% done (2220 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.76% done (1620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.50% done (3210 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.63% done (2580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.85% done (1650 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.62% done (2250 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.59% done (3240 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.72% done (2610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 4.94% done (1680 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.68% done (3270 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.81% done (2640 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.76% done (3300 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.03% done (1710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.90% done (2670 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.85% done (3330 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.12% done (1740 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 7.99% done (2700 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.20% done (1770 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 9.94% done (3360 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.08% done (2730 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.29% done (1800 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.03% done (3390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.70% done (2280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.17% done (2760 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.12% done (3420 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.38% done (1830 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.79% done (2310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.25% done (2790 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.21% done (3450 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.47% done (1860 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.88% done (2340 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.34% done (2820 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.30% done (3480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 6.97% done (2370 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.56% done (1890 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.39% done (3510 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.43% done (2850 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.06% done (2400 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.47% done (3540 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.65% done (1920 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.52% done (2880 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.14% done (2430 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.56% done (3570 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.73% done (1950 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.61% done (2910 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.23% done (2460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.65% done (3600 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.82% done (1980 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.70% done (2940 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.32% done (2490 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.74% done (3630 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 5.91% done (2010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.79% done (2970 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.41% done (2520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.83% done (3660 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.00% done (2040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.88% done (3000 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.50% done (2550 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 10.92% done (3690 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.09% done (2070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 8.97% done (3030 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.59% done (2580 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.01% done (3720 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.17% done (2100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.05% done (3060 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.10% done (3750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.67% done (2610 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.26% done (2130 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.14% done (3090 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.18% done (3780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.76% done (2640 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.35% done (2160 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.23% done (3120 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.27% done (3810 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.85% done (2670 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.44% done (2190 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.32% done (3150 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.36% done (3840 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 7.94% done (2700 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.53% done (2220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.41% done (3180 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.45% done (3870 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.03% done (2730 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.62% done (2250 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.50% done (3210 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.54% done (3900 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.11% done (2760 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.70% done (2280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.59% done (3240 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.63% done (3930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.20% done (2790 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.79% done (2310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.68% done (3270 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.72% done (3960 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.29% done (2820 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.88% done (2340 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.76% done (3300 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.81% done (3990 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.38% done (2850 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 6.97% done (2370 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.85% done (3330 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.89% done (4020 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.47% done (2880 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.06% done (2400 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 9.94% done (3360 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 11.98% done (4050 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.56% done (2910 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.14% done (2430 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.03% done (3390 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.07% done (4080 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.64% done (2940 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.23% done (2460 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.12% done (3420 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.16% done (4110 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.73% done (2970 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.32% done (2490 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.21% done (3450 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.25% done (4140 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.82% done (3000 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.41% done (2520 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.30% done (3480 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.34% done (4170 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 8.91% done (3030 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.50% done (2550 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.39% done (3510 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.43% done (4200 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.00% done (3060 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.59% done (2580 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.47% done (3540 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.09% done (3090 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.52% done (4230 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.56% done (3570 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.17% done (3120 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.60% done (4260 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.65% done (3600 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.26% done (3150 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.69% done (4290 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.67% done (2610 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.74% done (3630 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.78% done (4320 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.35% done (3180 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.76% done (2640 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.83% done (3660 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.87% done (4350 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.44% done (3210 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.85% done (2670 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 12.96% done (4380 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 10.92% done (3690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.53% done (3240 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 7.94% done (2700 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.01% done (3720 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.05% done (4410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.61% done (3270 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.10% done (3750 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.03% done (2730 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.14% done (4440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.70% done (3300 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.11% done (2760 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.23% done (4470 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.18% done (3780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.79% done (3330 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.20% done (2790 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.31% done (4500 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.27% done (3810 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.88% done (3360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.40% done (4530 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.29% done (2820 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.36% done (3840 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 9.97% done (3390 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.49% done (4560 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.38% done (2850 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.45% done (3870 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.58% done (4590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.47% done (2880 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.06% done (3420 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.54% done (3900 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.67% done (4620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.56% done (2910 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.14% done (3450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.63% done (3930 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.76% done (4650 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.23% done (3480 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.64% done (2940 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.85% done (4680 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.32% done (3510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.72% done (3960 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.73% done (2970 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.41% done (3540 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 13.94% done (4710 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.81% done (3990 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.82% done (3000 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.50% done (3570 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.02% done (4740 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.89% done (4020 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 8.91% done (3030 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.58% done (3600 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.11% done (4770 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 11.98% done (4050 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.67% done (3630 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.00% done (3060 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.20% done (4800 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.07% done (4080 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.76% done (3660 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.09% done (3090 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.29% done (4830 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.16% done (4110 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.85% done (3690 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.38% done (4860 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.25% done (4140 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.17% done (3120 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 10.94% done (3720 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.47% done (4890 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.34% done (4170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.26% done (3150 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.03% done (3750 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.56% done (4920 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.43% done (4200 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.11% done (3780 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.35% done (3180 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.65% done (4950 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.44% done (3210 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.20% done (3810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.73% done (4980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.29% done (3840 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.53% done (3240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.82% done (5010 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.38% done (3870 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.52% done (4230 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 14.91% done (5040 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.47% done (3900 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.60% done (4260 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.00% done (5070 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.61% done (3270 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.55% done (3930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.69% done (4290 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.09% done (5100 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.64% done (3960 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.70% done (3300 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.78% done (4320 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.18% done (5130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.73% done (3990 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.79% done (3330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.27% done (5160 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.87% done (4350 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.82% done (4020 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.88% done (3360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.36% done (5190 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 12.96% done (4380 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 11.91% done (4050 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.44% done (5220 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 9.97% done (3390 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.05% done (4410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.00% done (4080 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.53% done (5250 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.06% done (3420 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.14% done (4440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.08% done (4110 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.62% done (5280 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.23% done (4470 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.14% done (3450 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.71% done (5310 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.31% done (4500 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.17% done (4140 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.23% done (3480 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.80% done (5340 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.40% done (4530 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.32% done (3510 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.26% done (4170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.49% done (4560 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.89% done (5370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.41% done (3540 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.35% done (4200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.58% done (4590 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 15.98% done (5400 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.50% done (3570 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.44% done (4230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.67% done (4620 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.07% done (5430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.58% done (3600 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.52% done (4260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.76% done (4650 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.15% done (5460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.67% done (3630 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.61% done (4290 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.85% done (4680 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.24% done (5490 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.70% done (4320 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.76% done (3660 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.33% done (5520 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 13.94% done (4710 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.79% done (4350 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.85% done (3690 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.42% done (5550 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.02% done (4740 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.88% done (4380 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 10.94% done (3720 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.51% done (5580 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 12.97% done (4410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.11% done (4770 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.60% done (5610 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.05% done (4440 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.03% done (3750 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.69% done (5640 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.14% done (4470 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.11% done (3780 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.20% done (4800 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.78% done (5670 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.23% done (4500 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.20% done (3810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.86% done (5700 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.29% done (4830 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.32% done (4530 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.29% done (3840 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 16.95% done (5730 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.38% done (4860 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.41% done (4560 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.38% done (3870 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.04% done (5760 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.47% done (4890 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.50% done (4590 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.47% done (3900 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.13% done (5790 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.56% done (4920 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.58% done (4620 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.55% done (3930 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.22% done (5820 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.65% done (4950 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.67% done (4650 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.31% done (5850 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.64% done (3960 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.73% done (4980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.76% done (4680 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.40% done (5880 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.73% done (3990 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.82% done (5010 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.85% done (4710 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.49% done (5910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.82% done (4020 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 14.91% done (5040 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 13.94% done (4740 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.58% done (5940 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 11.91% done (4050 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.02% done (4770 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.00% done (5070 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.66% done (5970 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.11% done (4800 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.00% done (4080 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.75% done (6000 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.09% done (5100 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.20% done (4830 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.08% done (4110 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.84% done (6030 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.18% done (5130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.29% done (4860 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.17% done (4140 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 17.93% done (6060 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.27% done (5160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.38% done (4890 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.26% done (4170 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.02% done (6090 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.47% done (4920 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.36% done (5190 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.11% done (6120 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.35% done (4200 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.55% done (4950 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.44% done (5220 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.20% done (6150 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.44% done (4230 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.64% done (4980 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.53% done (5250 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.29% done (6180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.52% done (4260 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.73% done (5010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.62% done (5280 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.37% done (6210 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.61% done (4290 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.82% done (5040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.71% done (5310 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.70% done (4320 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.91% done (5070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.80% done (5340 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.79% done (4350 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 14.99% done (5100 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.46% done (6240 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.89% done (5370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.88% done (4380 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.08% done (5130 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.55% done (6270 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 15.98% done (5400 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 12.97% done (4410 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.17% done (5160 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.64% done (6300 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.07% done (5430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.05% done (4440 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.26% done (5190 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.73% done (6330 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.15% done (5460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.14% done (4470 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.35% done (5220 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.82% done (6360 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.24% done (5490 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.23% done (4500 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.44% done (5250 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 18.91% done (6390 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.33% done (5520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.32% done (4530 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.52% done (5280 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.00% done (6420 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.42% done (5550 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.41% done (4560 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.61% done (5310 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.08% done (6450 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.51% done (5580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.50% done (4590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.17% done (6480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.70% done (5340 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.60% done (5610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.58% done (4620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.26% done (6510 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.79% done (5370 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.69% done (5640 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.35% done (6540 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.67% done (4650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.78% done (5670 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.44% done (6570 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.76% done (4680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.86% done (5700 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.88% done (5400 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.53% done (6600 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 16.95% done (5730 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.85% done (4710 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 15.96% done (5430 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.62% done (6630 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.04% done (5760 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 13.94% done (4740 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.05% done (5460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.71% done (6660 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.13% done (5790 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.02% done (4770 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.14% done (5490 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.79% done (6690 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.22% done (5820 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.23% done (5520 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.11% done (4800 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.88% done (6720 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.31% done (5850 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.32% done (5550 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.20% done (4830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 19.97% done (6750 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.40% done (5880 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.41% done (5580 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.29% done (4860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.06% done (6780 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.49% done (5910 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.49% done (5610 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.15% done (6810 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.38% done (4890 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.58% done (5940 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.58% done (5640 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.24% done (6840 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.47% done (4920 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.66% done (5970 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.67% done (5670 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.55% done (4950 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.33% done (6870 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.76% done (5700 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.75% done (6000 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.42% done (6900 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.64% done (4980 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.85% done (5730 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.84% done (6030 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.50% done (6930 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.73% done (5010 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 16.94% done (5760 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.59% done (6960 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 17.93% done (6060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.82% done (5040 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.02% done (5790 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.68% done (6990 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.02% done (6090 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.91% done (5070 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.11% done (5820 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.77% done (7020 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.11% done (6120 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.20% done (5850 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 14.99% done (5100 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.86% done (7050 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.20% done (6150 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.29% done (5880 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.08% done (5130 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.38% done (5910 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.29% done (6180 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 20.95% done (7080 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.17% done (5160 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.46% done (5940 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.04% done (7110 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.37% done (6210 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.26% done (5190 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.13% done (7140 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.55% done (5970 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.46% done (6240 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.35% done (5220 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.21% done (7170 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.64% done (6000 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.55% done (6270 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.30% done (7200 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.44% done (5250 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.73% done (6030 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.39% done (7230 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.64% done (6300 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.52% done (5280 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.82% done (6060 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.48% done (7260 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.73% done (6330 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.61% done (5310 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.91% done (6090 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.57% done (7290 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.82% done (6360 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 17.99% done (6120 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.70% done (5340 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.66% done (7320 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 18.91% done (6390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.08% done (6150 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.79% done (5370 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.75% done (7350 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.17% done (6180 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.00% done (6420 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.88% done (5400 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.84% done (7380 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.26% done (6210 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.08% done (6450 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 21.92% done (7410 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 15.96% done (5430 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.17% done (6480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.35% done (6240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.01% done (7440 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.05% done (5460 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.26% done (6510 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.43% done (6270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.10% done (7470 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.14% done (5490 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.52% done (6300 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.35% done (6540 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.19% done (7500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.23% done (5520 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.61% done (6330 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.44% done (6570 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.28% done (7530 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.70% done (6360 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.32% done (5550 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.53% done (6600 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.37% done (7560 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.79% done (6390 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.62% done (6630 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.41% done (5580 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.46% done (7590 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.88% done (6420 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.71% done (6660 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.55% done (7620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.49% done (5610 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 18.96% done (6450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.79% done (6690 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.63% done (7650 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.58% done (5640 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.88% done (6720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.05% done (6480 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.72% done (7680 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.67% done (5670 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 19.97% done (6750 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.81% done (7710 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.14% done (6510 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.76% done (5700 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.06% done (6780 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.90% done (7740 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.85% done (5730 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.23% done (6540 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.15% done (6810 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 22.99% done (7770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.32% done (6570 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 16.94% done (5760 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.24% done (6840 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.08% done (7800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.40% done (6600 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.02% done (5790 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.17% done (7830 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.49% done (6630 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.33% done (6870 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.11% done (5820 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.26% done (7860 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.58% done (6660 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.42% done (6900 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.20% done (5850 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.34% done (7890 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.67% done (6690 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.29% done (5880 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.50% done (6930 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.43% done (7920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.38% done (5910 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.76% done (6720 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.59% done (6960 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.52% done (7950 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.46% done (5940 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.85% done (6750 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.68% done (6990 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.61% done (7980 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.55% done (5970 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 19.93% done (6780 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.77% done (7020 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.70% done (8010 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.64% done (6000 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.02% done (6810 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.86% done (7050 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.79% done (8040 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.73% done (6030 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.11% done (6840 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 20.95% done (7080 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.88% done (8070 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.82% done (6060 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.20% done (6870 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.04% done (7110 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.91% done (6090 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 23.97% done (8100 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.29% done (6900 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.13% done (7140 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 17.99% done (6120 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.05% done (8130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.38% done (6930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.21% done (7170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.08% done (6150 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.14% done (8160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.46% done (6960 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.30% done (7200 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.17% done (6180 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.23% done (8190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.55% done (6990 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.39% done (7230 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.26% done (6210 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.32% done (8220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.64% done (7020 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.48% done (7260 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.35% done (6240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.41% done (8250 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.73% done (7050 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.57% done (7290 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.43% done (6270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.50% done (8280 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.82% done (7080 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.66% done (7320 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.52% done (6300 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.59% done (8310 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.90% done (7110 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.75% done (7350 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.61% done (6330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.68% done (8340 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 20.99% done (7140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.84% done (7380 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.70% done (6360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.76% done (8370 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.08% done (7170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 21.92% done (7410 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.85% done (8400 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.79% done (6390 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.17% done (7200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.01% done (7440 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 24.94% done (8430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.88% done (6420 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.26% done (7230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.10% done (7470 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 18.96% done (6450 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.35% done (7260 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.03% done (8460 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.19% done (7500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.05% done (6480 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.43% done (7290 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.12% done (8490 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.28% done (7530 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.14% done (6510 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.52% done (7320 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.21% done (8520 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.37% done (7560 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.23% done (6540 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.61% done (7350 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.30% done (8550 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.46% done (7590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.32% done (6570 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.70% done (7380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.39% done (8580 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.55% done (7620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.40% done (6600 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.47% done (8610 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.79% done (7410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.63% done (7650 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.49% done (6630 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.87% done (7440 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.56% done (8640 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.72% done (7680 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.58% done (6660 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.65% done (8670 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.81% done (7710 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 21.96% done (7470 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.67% done (6690 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.74% done (8700 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.90% done (7740 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.05% done (7500 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.76% done (6720 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 22.99% done (7770 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.83% done (8730 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.14% done (7530 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.85% done (6750 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.08% done (7800 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 25.92% done (8760 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.23% done (7560 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.17% done (7830 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.01% done (8790 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 19.93% done (6780 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.32% done (7590 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.26% done (7860 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.10% done (8820 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.02% done (6810 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.40% done (7620 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.34% done (7890 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.18% done (8850 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.11% done (6840 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.49% done (7650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.43% done (7920 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.27% done (8880 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.58% done (7680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.52% done (7950 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.36% done (8910 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.61% done (7980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.67% done (7710 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.45% done (8940 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.70% done (8010 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.20% done (6870 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.76% done (7740 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.54% done (8970 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.79% done (8040 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.29% done (6900 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.84% done (7770 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.63% done (9000 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.88% done (8070 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 22.93% done (7800 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.72% done (9030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.38% done (6930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 23.97% done (8100 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.02% done (7830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.81% done (9060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.46% done (6960 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.05% done (8130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.11% done (7860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.90% done (9090 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.14% done (8160 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.55% done (6990 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.20% done (7890 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 26.98% done (9120 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.23% done (8190 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.64% done (7020 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.29% done (7920 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.32% done (8220 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.07% done (9150 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.73% done (7050 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.37% done (7950 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.16% done (9180 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.41% done (8250 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.82% done (7080 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.46% done (7980 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.25% done (9210 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.50% done (8280 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.90% done (7110 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.34% done (9240 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.59% done (8310 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.43% done (9270 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 20.99% done (7140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.68% done (8340 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.52% done (9300 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.08% done (7170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.76% done (8370 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.61% done (9330 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.17% done (7200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.85% done (8400 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.69% done (9360 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.55% done (8010 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.26% done (7230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 24.94% done (8430 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.78% done (9390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.64% done (8040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.03% done (8460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.35% done (7260 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.87% done (9420 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.73% done (8070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.12% done (8490 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 27.96% done (9450 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.43% done (7290 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.82% done (8100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.21% done (8520 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.05% done (9480 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.52% done (7320 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.90% done (8130 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.30% done (8550 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.14% done (9510 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 23.99% done (8160 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.61% done (7350 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.23% done (9540 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.39% done (8580 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.08% done (8190 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.70% done (7380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.32% done (9570 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.47% done (8610 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.17% done (8220 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.40% done (9600 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.79% done (7410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.56% done (8640 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.49% done (9630 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.26% done (8250 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.87% done (7440 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.65% done (8670 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.58% done (9660 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.34% done (8280 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 21.96% done (7470 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.67% done (9690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.43% done (8310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.74% done (8700 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.76% done (9720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.52% done (8340 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.05% done (7500 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.83% done (8730 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.85% done (9750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.61% done (8370 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 25.92% done (8760 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.14% done (7530 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 28.94% done (9780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.70% done (8400 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.01% done (8790 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.23% done (7560 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.03% done (9810 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.79% done (8430 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.10% done (8820 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.32% done (7590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.11% done (9840 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.87% done (8460 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.18% done (8850 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.20% done (9870 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 24.96% done (8490 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.40% done (7620 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.27% done (8880 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.29% done (9900 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.05% done (8520 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.49% done (7650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.36% done (8910 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.38% done (9930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.14% done (8550 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.58% done (7680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.45% done (8940 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.47% done (9960 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.23% done (8580 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.54% done (8970 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.56% done (9990 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.67% done (7710 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.31% done (8610 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.63% done (9000 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.65% done (10020 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.76% done (7740 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.40% done (8640 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.74% done (10050 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.72% done (9030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.84% done (7770 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.49% done (8670 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.81% done (9060 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.82% done (10080 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 22.93% done (7800 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.58% done (8700 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 29.91% done (10110 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.90% done (9090 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.02% done (7830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.00% done (10140 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.67% done (8730 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 26.98% done (9120 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.11% done (7860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.09% done (10170 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.76% done (8760 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.07% done (9150 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.20% done (7890 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.18% done (10200 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.84% done (8790 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.16% done (9180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.29% done (7920 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.27% done (10230 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 25.93% done (8820 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.25% done (9210 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.36% done (10260 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.37% done (7950 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.02% done (8850 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.34% done (9240 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.45% done (10290 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.46% done (7980 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.11% done (8880 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.43% done (9270 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.53% done (10320 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.55% done (8010 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.20% done (8910 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.52% done (9300 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.62% done (10350 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.28% done (8940 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.64% done (8040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.61% done (9330 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.71% done (10380 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.37% done (8970 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.73% done (8070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.69% done (9360 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.80% done (10410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.46% done (9000 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.82% done (8100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.78% done (9390 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.89% done (10440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.55% done (9030 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.90% done (8130 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.87% done (9420 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 30.98% done (10470 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.64% done (9060 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 23.99% done (8160 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 27.96% done (9450 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.07% done (10500 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.73% done (9090 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.08% done (8190 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.05% done (9480 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.16% done (10530 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.81% done (9120 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.17% done (8220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.14% done (9510 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.24% done (10560 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.90% done (9150 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.33% done (10590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.26% done (8250 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.23% done (9540 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 26.99% done (9180 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.34% done (8280 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.42% done (10620 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.32% done (9570 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.08% done (9210 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.43% done (8310 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.51% done (10650 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.40% done (9600 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.17% done (9240 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.52% done (8340 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.60% done (10680 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.49% done (9630 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.26% done (9270 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.61% done (8370 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.69% done (10710 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.58% done (9660 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.34% done (9300 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.78% done (10740 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.70% done (8400 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.67% done (9690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.43% done (9330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.87% done (10770 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.79% done (8430 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.76% done (9720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.52% done (9360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 31.95% done (10800 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.87% done (8460 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.85% done (9750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.61% done (9390 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.04% done (10830 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 24.96% done (8490 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.70% done (9420 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 28.94% done (9780 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.13% done (10860 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.05% done (8520 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.78% done (9450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.03% done (9810 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.22% done (10890 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.14% done (8550 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.87% done (9480 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.11% done (9840 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.31% done (10920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.23% done (8580 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 27.96% done (9510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.20% done (9870 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.40% done (10950 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.29% done (9900 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.31% done (8610 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.49% done (10980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.05% done (9540 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.38% done (9930 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.58% done (11010 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.40% done (8640 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.14% done (9570 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.47% done (9960 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.66% done (11040 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.23% done (9600 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.49% done (8670 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.56% done (9990 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.75% done (11070 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.31% done (9630 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.58% done (8700 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.65% done (10020 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.84% done (11100 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.40% done (9660 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.74% done (10050 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.67% done (8730 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 32.93% done (11130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.49% done (9690 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.76% done (8760 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.82% done (10080 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.02% done (11160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.58% done (9720 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 29.91% done (10110 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.84% done (8790 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.11% done (11190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.67% done (9750 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.00% done (10140 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 25.93% done (8820 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.20% done (11220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.75% done (9780 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.09% done (10170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.02% done (8850 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.84% done (9810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.29% done (11250 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.18% done (10200 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.11% done (8880 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 28.93% done (9840 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.37% done (11280 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.27% done (10230 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.20% done (8910 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.02% done (9870 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.36% done (10260 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.46% done (11310 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.28% done (8940 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.11% done (9900 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.45% done (10290 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.55% done (11340 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.37% done (8970 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.20% done (9930 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.64% done (11370 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.53% done (10320 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.46% done (9000 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.28% done (9960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.73% done (11400 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.62% done (10350 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.37% done (9990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.82% done (11430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.55% done (9030 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.71% done (10380 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.46% done (10020 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 33.91% done (11460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.64% done (9060 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.80% done (10410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.55% done (10050 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.00% done (11490 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.73% done (9090 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.89% done (10440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.64% done (10080 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.08% done (11520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.81% done (9120 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.72% done (10110 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.17% done (11550 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.90% done (9150 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 30.98% done (10470 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.81% done (10140 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.26% done (11580 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.07% done (10500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 26.99% done (9180 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.90% done (10170 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.35% done (11610 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.16% done (10530 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 29.99% done (10200 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.44% done (11640 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.08% done (9210 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.24% done (10560 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.53% done (11670 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.08% done (10230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.33% done (10590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.17% done (9240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.62% done (11700 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.17% done (10260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.42% done (10620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.26% done (9270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.71% done (11730 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.25% done (10290 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.51% done (10650 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.79% done (11760 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.34% done (9300 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.34% done (10320 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.60% done (10680 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.88% done (11790 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.43% done (9330 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.43% done (10350 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.69% done (10710 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 34.97% done (11820 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.52% done (9360 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.52% done (10380 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.78% done (10740 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.06% done (11850 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.61% done (9390 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.61% done (10410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.87% done (10770 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.15% done (11880 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.70% done (9420 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.70% done (10440 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 31.95% done (10800 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.24% done (11910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.78% done (9450 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.78% done (10470 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.04% done (10830 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.33% done (11940 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.87% done (9480 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.87% done (10500 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.13% done (10860 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.42% done (11970 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 30.96% done (10530 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 27.96% done (9510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.22% done (10890 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.51% done (12000 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.05% done (10560 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.31% done (10920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.05% done (9540 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.14% done (10590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.59% done (12030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.14% done (9570 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.22% done (10620 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.40% done (10950 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.68% done (12060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.23% done (9600 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.31% done (10650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.49% done (10980 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.77% done (12090 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.31% done (9630 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.40% done (10680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.58% done (11010 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.86% done (12120 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.40% done (9660 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.49% done (10710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.66% done (11040 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 35.95% done (12150 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.49% done (9690 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.58% done (10740 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.75% done (11070 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.04% done (12180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.58% done (9720 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.67% done (10770 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.13% done (12210 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.84% done (11100 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.67% done (9750 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.75% done (10800 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 32.93% done (11130 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.22% done (12240 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.75% done (9780 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.84% done (10830 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.02% done (11160 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.30% done (12270 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.84% done (9810 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 31.93% done (10860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.39% done (12300 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 28.93% done (9840 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.02% done (10890 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.48% done (12330 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.02% done (9870 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.11% done (10920 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.11% done (11190 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.57% done (12360 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.11% done (9900 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.19% done (10950 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.20% done (11220 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.66% done (12390 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.20% done (9930 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.28% done (10980 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.75% done (12420 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.29% done (11250 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.28% done (9960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.84% done (12450 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.37% done (11010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.37% done (11280 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.37% done (9990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 36.93% done (12480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.46% done (11040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.46% done (11310 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.46% done (10020 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.01% done (12510 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.55% done (11070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.55% done (11340 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.55% done (10050 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.10% done (12540 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.64% done (11100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.64% done (11370 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.19% done (12570 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.64% done (10080 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.72% done (11130 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.73% done (11400 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.28% done (12600 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.72% done (10110 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.81% done (11160 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.82% done (11430 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.37% done (12630 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.81% done (10140 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.90% done (11190 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 33.91% done (11460 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.46% done (12660 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.90% done (10170 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 32.99% done (11220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.00% done (11490 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.55% done (12690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.08% done (11250 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 29.99% done (10200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.08% done (11520 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.64% done (12720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.16% done (11280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.17% done (11550 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.08% done (10230 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.72% done (12750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.25% done (11310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.26% done (11580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.17% done (10260 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.81% done (12780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.34% done (11340 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.35% done (11610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.25% done (10290 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.90% done (12810 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.43% done (11370 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.44% done (11640 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.34% done (10320 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 37.99% done (12840 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.53% done (11670 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.52% done (11400 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.08% done (12870 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.43% done (10350 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.62% done (11700 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.61% done (11430 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.17% done (12900 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.52% done (10380 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.71% done (11730 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.69% done (11460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.26% done (12930 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.61% done (10410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.79% done (11760 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.35% done (12960 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.78% done (11490 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.70% done (10440 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.43% done (12990 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.88% done (11790 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.87% done (11520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.52% done (13020 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.78% done (10470 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 34.97% done (11820 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 33.96% done (11550 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.61% done (13050 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.06% done (11850 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.87% done (10500 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.70% done (13080 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.15% done (11880 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 30.96% done (10530 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.79% done (13110 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.05% done (11580 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.24% done (11910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.05% done (10560 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.88% done (13140 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.14% done (11610 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.33% done (11940 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.14% done (10590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 38.97% done (13170 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.22% done (11640 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.42% done (11970 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.22% done (10620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.06% done (13200 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.31% done (11670 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.51% done (12000 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.31% done (10650 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.14% done (13230 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.40% done (11700 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.59% done (12030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.40% done (10680 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.23% done (13260 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.49% done (11730 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.68% done (12060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.49% done (10710 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.58% done (11760 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.32% done (13290 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.77% done (12090 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.58% done (10740 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.66% done (11790 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.41% done (13320 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.86% done (12120 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.67% done (10770 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.75% done (11820 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.50% done (13350 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 35.95% done (12150 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.75% done (10800 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.84% done (11850 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.59% done (13380 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.04% done (12180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.84% done (10830 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 34.93% done (11880 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.68% done (13410 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.13% done (12210 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.02% done (11910 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 31.93% done (10860 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.22% done (12240 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.77% done (13440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.11% done (11940 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.30% done (12270 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.02% done (10890 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.19% done (11970 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.85% done (13470 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.39% done (12300 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.11% done (10920 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.28% done (12000 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 39.94% done (13500 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.48% done (12330 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.19% done (10950 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.37% done (12030 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.03% done (13530 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.57% done (12360 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.46% done (12060 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.28% done (10980 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.12% done (13560 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.66% done (12390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.55% done (12090 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.21% done (13590 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.75% done (12420 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.63% done (12120 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.37% done (11010 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.30% done (13620 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.84% done (12450 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.72% done (12150 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.46% done (11040 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.39% done (13650 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 36.93% done (12480 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.55% done (11070 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.48% done (13680 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.01% done (12510 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.56% done (13710 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.64% done (11100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.10% done (12540 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.81% done (12180 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.65% done (13740 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.72% done (11130 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.19% done (12570 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.74% done (13770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.90% done (12210 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.28% done (12600 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.81% done (11160 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.83% done (13800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 35.99% done (12240 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.37% done (12630 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.90% done (11190 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 40.92% done (13830 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.08% done (12270 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.46% done (12660 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 32.99% done (11220 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.16% done (12300 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.01% done (13860 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.08% done (11250 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.55% done (12690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.25% done (12330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.10% done (13890 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.16% done (11280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.64% done (12720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.34% done (12360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.19% done (13920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.25% done (11310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.72% done (12750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.43% done (12390 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.27% done (13950 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.34% done (11340 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.81% done (12780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.52% done (12420 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.43% done (11370 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.90% done (12810 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.36% done (13980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.60% done (12450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 37.99% done (12840 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.52% done (11400 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.45% done (14010 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.69% done (12480 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.08% done (12870 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.61% done (11430 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.54% done (14040 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.78% done (12510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.17% done (12900 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.69% done (11460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.63% done (14070 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.87% done (12540 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.26% done (12930 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.72% done (14100 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.78% done (11490 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 36.96% done (12570 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.35% done (12960 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.81% done (14130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.05% done (12600 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.87% done (11520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.90% done (14160 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.43% done (12990 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.13% done (12630 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 33.96% done (11550 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.52% done (13020 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 41.98% done (14190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.22% done (12660 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.05% done (11580 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.07% done (14220 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.61% done (13050 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.31% done (12690 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.14% done (11610 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.16% done (14250 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.70% done (13080 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.40% done (12720 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.22% done (11640 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.79% done (13110 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.49% done (12750 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.25% done (14280 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.88% done (13140 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.57% done (12780 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.34% done (14310 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.31% done (11670 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 38.97% done (13170 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.66% done (12810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.43% done (14340 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.40% done (11700 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.06% done (13200 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.75% done (12840 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.49% done (11730 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.52% done (14370 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.14% done (13230 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.84% done (12870 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.58% done (11760 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.61% done (14400 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.23% done (13260 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 37.93% done (12900 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.69% done (14430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.66% done (11790 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.32% done (13290 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.02% done (12930 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.78% done (14460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.75% done (11820 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.41% done (13320 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.10% done (12960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.87% done (14490 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.50% done (13350 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.84% done (11850 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 42.96% done (14520 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.19% done (12990 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.59% done (13380 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 34.93% done (11880 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.28% done (13020 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.05% done (14550 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.68% done (13410 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.02% done (11910 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.37% done (13050 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.14% done (14580 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.77% done (13440 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.11% done (11940 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.46% done (13080 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.23% done (14610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.19% done (11970 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.55% done (13110 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.85% done (13470 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.32% done (14640 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.28% done (12000 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.63% done (13140 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.40% done (14670 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 39.94% done (13500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.37% done (12030 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.72% done (13170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.03% done (13530 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.49% done (14700 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.46% done (12060 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.81% done (13200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.12% done (13560 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.58% done (14730 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.55% done (12090 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.90% done (13230 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.67% done (14760 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.21% done (13590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.63% done (12120 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 38.99% done (13260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.30% done (13620 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.76% done (14790 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.72% done (12150 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.07% done (13290 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.39% done (13650 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.85% done (14820 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.16% done (13320 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.81% done (12180 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.48% done (13680 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 43.94% done (14850 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.25% done (13350 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.56% done (13710 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.03% done (14880 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.90% done (12210 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.34% done (13380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.12% done (14910 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.65% done (13740 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 35.99% done (12240 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.43% done (13410 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.20% done (14940 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.74% done (13770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.52% done (13440 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.08% done (12270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.29% done (14970 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.83% done (13800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.60% done (13470 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.16% done (12300 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.38% done (15000 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 40.92% done (13830 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.69% done (13500 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.25% done (12330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.47% done (15030 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.78% done (13530 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.01% done (13860 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.34% done (12360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.56% done (15060 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.87% done (13560 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.10% done (13890 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.43% done (12390 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 39.96% done (13590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.65% done (15090 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.19% done (13920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.52% done (12420 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.04% done (13620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.74% done (15120 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.27% done (13950 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.13% done (13650 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.60% done (12450 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.83% done (15150 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.36% done (13980 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 44.91% done (15180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.69% done (12480 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.22% done (13680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.45% done (14010 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.78% done (12510 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.00% done (15210 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.31% done (13710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.54% done (14040 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.87% done (12540 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.40% done (13740 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.09% done (15240 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.63% done (14070 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 36.96% done (12570 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.49% done (13770 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.18% done (15270 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.72% done (14100 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.05% done (12600 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.57% done (13800 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.27% done (15300 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.81% done (14130 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.13% done (12630 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.66% done (13830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.36% done (15330 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.90% done (14160 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.22% done (12660 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.75% done (13860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.45% done (15360 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 41.98% done (14190 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.31% done (12690 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.84% done (13890 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.54% done (15390 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.07% done (14220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 40.93% done (13920 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.40% done (12720 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.16% done (14250 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.62% done (15420 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.01% done (13950 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.49% done (12750 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.25% done (14280 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.71% done (15450 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.10% done (13980 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.57% done (12780 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.34% done (14310 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.80% done (15480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.19% done (14010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.43% done (14340 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.89% done (15510 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.66% done (12810 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.28% done (14040 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 45.98% done (15540 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.52% done (14370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.75% done (12840 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.07% done (15570 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.61% done (14400 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.37% done (14070 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.16% done (15600 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.84% done (12870 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.46% done (14100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.69% done (14430 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.25% done (15630 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.54% done (14130 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 37.93% done (12900 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.78% done (14460 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.33% done (15660 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.63% done (14160 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.02% done (12930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.87% done (14490 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.42% done (15690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.72% done (14190 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 42.96% done (14520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.10% done (12960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.51% done (15720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.81% done (14220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.05% done (14550 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.19% done (12990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.60% done (15750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.90% done (14250 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.28% done (13020 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.69% done (15780 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.37% done (13050 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.14% done (14580 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 41.99% done (14280 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.78% done (15810 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.46% done (13080 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.23% done (14610 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.07% done (14310 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.87% done (15840 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.55% done (13110 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.32% done (14640 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.16% done (14340 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 46.96% done (15870 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.63% done (13140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.40% done (14670 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.25% done (14370 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.04% done (15900 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.49% done (14700 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.72% done (13170 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.13% done (15930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.34% done (14400 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.58% done (14730 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.22% done (15960 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.81% done (13200 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.43% done (14430 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.67% done (14760 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.31% done (15990 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.90% done (13230 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.51% done (14460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.40% done (16020 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.76% done (14790 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 38.99% done (13260 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.49% done (16050 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.60% done (14490 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.85% done (14820 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.07% done (13290 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.69% done (14520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.58% done (16080 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 43.94% done (14850 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.16% done (13320 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.78% done (14550 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.67% done (16110 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.03% done (14880 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.25% done (13350 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.87% done (14580 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.75% done (16140 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.12% done (14910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.34% done (13380 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 42.96% done (14610 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.84% done (16170 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.20% done (14940 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.04% done (14640 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 47.93% done (16200 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.29% done (14970 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.13% done (14670 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.43% done (13410 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.02% done (16230 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.38% done (15000 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.22% done (14700 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.52% done (13440 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.11% done (16260 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.31% done (14730 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.47% done (15030 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.20% done (16290 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.60% done (13470 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.40% done (14760 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.56% done (15060 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.29% done (16320 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.69% done (13500 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.48% done (14790 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.65% done (15090 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.38% done (16350 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.78% done (13530 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.74% done (15120 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.57% done (14820 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.46% done (16380 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.87% done (13560 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.83% done (15150 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.66% done (14850 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.55% done (16410 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 39.96% done (13590 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 44.91% done (15180 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.75% done (14880 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.64% done (16440 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.04% done (13620 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.00% done (15210 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.84% done (14910 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.73% done (16470 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.13% done (13650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.09% done (15240 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 43.93% done (14940 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.82% done (16500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.22% done (13680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.18% done (15270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.01% done (14970 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.31% done (13710 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 48.91% done (16530 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.27% done (15300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.10% done (15000 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.40% done (13740 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.00% done (16560 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.36% done (15330 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.19% done (15030 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.49% done (13770 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.09% done (16590 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.45% done (15360 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.28% done (15060 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.57% done (13800 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.17% done (16620 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.54% done (15390 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.66% done (13830 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.37% done (15090 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.26% done (16650 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.62% done (15420 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.75% done (13860 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.45% done (15120 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.35% done (16680 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.71% done (15450 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.84% done (13890 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.54% done (15150 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.44% done (16710 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.80% done (15480 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 40.93% done (13920 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.53% done (16740 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.63% done (15180 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.89% done (15510 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.01% done (13950 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.62% done (16770 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 45.98% done (15540 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.72% done (15210 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.10% done (13980 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.71% done (16800 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.07% done (15570 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.81% done (15240 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.19% done (14010 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.80% done (16830 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.16% done (15600 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.90% done (15270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.88% done (16860 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.28% done (14040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.25% done (15630 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 44.98% done (15300 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 49.97% done (16890 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.37% done (14070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.33% done (15660 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.07% done (15330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.06% done (16920 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.42% done (15690 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.46% done (14100 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.16% done (15360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.15% done (16950 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.51% done (15720 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.54% done (14130 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.25% done (15390 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.24% done (16980 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.60% done (15750 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.63% done (14160 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.34% done (15420 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.33% done (17010 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.69% done (15780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.43% done (15450 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.72% done (14190 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.42% done (17040 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.51% done (15480 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.78% done (15810 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.81% done (14220 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.51% done (17070 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.60% done (15510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.87% done (15840 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.59% done (17100 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.69% done (15540 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.90% done (14250 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 46.96% done (15870 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.68% done (17130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.78% done (15570 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 41.99% done (14280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.04% done (15900 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.77% done (17160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.87% done (15600 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.07% done (14310 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.86% done (17190 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.13% done (15930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 45.95% done (15630 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 50.95% done (17220 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.22% done (15960 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.16% done (14340 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.04% done (15660 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.04% done (17250 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.31% done (15990 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.25% done (14370 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.13% done (15690 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.13% done (17280 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.40% done (16020 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.34% done (14400 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.22% done (15720 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.22% done (17310 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.49% done (16050 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.43% done (14430 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.31% done (15750 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.30% done (17340 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.58% done (16080 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.39% done (17370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.51% done (14460 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.40% done (15780 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.67% done (16110 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.48% done (17400 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.48% done (15810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.57% done (17430 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.75% done (16140 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.57% done (15840 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.60% done (14490 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.66% done (17460 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.84% done (16170 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.66% done (15870 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.69% done (14520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.75% done (17490 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 47.93% done (16200 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.75% done (15900 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.78% done (14550 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.84% done (17520 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.02% done (16230 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.84% done (15930 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.87% done (14580 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 51.93% done (17550 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.11% done (16260 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 46.92% done (15960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.01% done (17580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 42.96% done (14610 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.20% done (16290 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.01% done (15990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.10% done (17610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.04% done (14640 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.29% done (16320 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.10% done (16020 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.19% done (17640 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.13% done (14670 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.19% done (16050 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.38% done (16350 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.28% done (17670 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.22% done (14700 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.28% done (16080 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.46% done (16380 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.37% done (17700 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.31% done (14730 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.55% done (16410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.37% done (16110 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.46% done (17730 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.40% done (14760 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.45% done (16140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.64% done (16440 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.55% done (17760 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.48% done (14790 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.54% done (16170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.73% done (16470 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.64% done (17790 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.57% done (14820 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.63% done (16200 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.73% done (17820 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.82% done (16500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.66% done (14850 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.72% done (16230 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.81% done (17850 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 48.91% done (16530 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.75% done (14880 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.81% done (16260 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.90% done (17880 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.00% done (16560 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.89% done (16290 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.84% done (14910 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 52.99% done (17910 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.09% done (16590 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 47.98% done (16320 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 43.93% done (14940 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.08% done (17940 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.17% done (16620 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.07% done (16350 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.01% done (14970 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.17% done (17970 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.26% done (16650 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.16% done (16380 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.10% done (15000 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.26% done (18000 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.25% done (16410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.35% done (16680 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.35% done (18030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.19% done (15030 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.34% done (16440 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.44% done (16710 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.44% done (18060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.28% done (15060 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.42% done (16470 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.53% done (16740 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.52% done (18090 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.37% done (15090 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.51% done (16500 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.62% done (16770 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.61% done (18120 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.45% done (15120 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.60% done (16530 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.70% done (18150 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.71% done (16800 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.54% done (15150 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.69% done (16560 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.79% done (18180 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.80% done (16830 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.78% done (16590 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.63% done (15180 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.88% done (18210 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.88% done (16860 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.87% done (16620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 53.97% done (18240 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.72% done (15210 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 49.97% done (16890 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 48.95% done (16650 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.06% done (18270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.04% done (16680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.06% done (16920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.81% done (15240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.15% done (18300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.13% done (16710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.15% done (16950 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.90% done (15270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.23% done (18330 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.22% done (16740 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.24% done (16980 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 44.98% done (15300 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.31% done (16770 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.32% done (18360 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.33% done (17010 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.07% done (15330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.41% done (18390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.39% done (16800 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.42% done (17040 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.50% done (18420 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.16% done (15360 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.48% done (16830 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.51% done (17070 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.59% done (18450 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.25% done (15390 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.57% done (16860 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.59% done (17100 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.68% done (18480 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.34% done (15420 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.66% done (16890 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.68% done (17130 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.77% done (18510 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.43% done (15450 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.75% done (16920 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.77% done (17160 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.51% done (15480 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.86% done (18540 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.86% done (17190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.84% done (16950 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.60% done (15510 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 54.94% done (18570 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 50.95% done (17220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 49.92% done (16980 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.69% done (15540 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.03% done (18600 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.04% done (17250 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.01% done (17010 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.12% done (18630 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.78% done (15570 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.13% done (17280 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.10% done (17040 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.21% done (18660 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.87% done (15600 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.22% done (17310 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.19% done (17070 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.30% done (18690 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.30% done (17340 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 45.95% done (15630 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.39% done (18720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.28% done (17100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.39% done (17370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.04% done (15660 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.48% done (18750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.36% done (17130 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.48% done (17400 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.13% done (15690 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.57% done (18780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.45% done (17160 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.57% done (17430 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.65% done (18810 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.22% done (15720 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.54% done (17190 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.66% done (17460 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.74% done (18840 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.31% done (15750 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.63% done (17220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.75% done (17490 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.83% done (18870 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.40% done (15780 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.72% done (17250 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.84% done (17520 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 55.92% done (18900 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.48% done (15810 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.81% done (17280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 51.93% done (17550 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.01% done (18930 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.57% done (15840 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.01% done (17580 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.10% done (18960 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.89% done (17310 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.66% done (15870 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.10% done (17610 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 50.98% done (17340 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.19% done (18990 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.75% done (15900 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.19% done (17640 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.07% done (17370 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.28% done (19020 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.84% done (15930 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.16% done (17400 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.28% done (17670 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.36% done (19050 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.25% done (17430 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 46.92% done (15960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.45% done (19080 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.37% done (17700 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.33% done (17460 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.01% done (15990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.54% done (19110 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.46% done (17730 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.42% done (17490 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.63% done (19140 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.10% done (16020 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.55% done (17760 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.51% done (17520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.72% done (19170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.19% done (16050 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.64% done (17790 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.60% done (17550 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.81% done (19200 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.28% done (16080 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.73% done (17820 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.69% done (17580 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.90% done (19230 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.37% done (16110 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.78% done (17610 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 56.99% done (19260 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.45% done (16140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.81% done (17850 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.07% done (19290 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.86% done (17640 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.54% done (16170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.90% done (17880 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.16% done (19320 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 51.95% done (17670 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.63% done (16200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 52.99% done (17910 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.25% done (19350 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.04% done (17700 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.72% done (16230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.08% done (17940 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.34% done (19380 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.13% done (17730 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.17% done (17970 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.43% done (19410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.22% done (17760 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.52% done (19440 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.26% done (18000 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.81% done (16260 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.31% done (17790 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.61% done (19470 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.35% done (18030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.89% done (16290 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.70% done (19500 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.39% done (17820 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.44% done (18060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 47.98% done (16320 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.78% done (19530 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.52% done (18090 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.48% done (17850 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.07% done (16350 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.87% done (19560 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.61% done (18120 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.57% done (17880 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.16% done (16380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 57.96% done (19590 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.70% done (18150 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.66% done (17910 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.05% done (19620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.25% done (16410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.79% done (18180 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.75% done (17940 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.14% done (19650 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.34% done (16440 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.83% done (17970 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.88% done (18210 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.23% done (19680 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.42% done (16470 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 52.92% done (18000 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 53.97% done (18240 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.32% done (19710 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.01% done (18030 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.51% done (16500 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.41% done (19740 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.06% done (18270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.10% done (18060 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.60% done (16530 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.49% done (19770 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.15% done (18300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.19% done (18090 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.69% done (16560 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.23% done (18330 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.58% done (19800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.28% done (18120 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.78% done (16590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.67% done (19830 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.32% done (18360 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.36% done (18150 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.87% done (16620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.76% done (19860 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.41% done (18390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.45% done (18180 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 48.95% done (16650 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.85% done (19890 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.50% done (18420 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.54% done (18210 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.04% done (16680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.59% done (18450 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 58.94% done (19920 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.63% done (18240 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.13% done (16710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.68% done (18480 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.03% done (19950 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.72% done (18270 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.22% done (16740 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.77% done (18510 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.12% done (19980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.80% done (18300 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.31% done (16770 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.20% done (20010 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.86% done (18540 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.89% done (18330 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.39% done (16800 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.29% done (20040 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 54.94% done (18570 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 53.98% done (18360 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.48% done (16830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.38% done (20070 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.03% done (18600 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.07% done (18390 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.57% done (16860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.47% done (20100 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.12% done (18630 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.16% done (18420 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.66% done (16890 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.56% done (20130 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.21% done (18660 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.25% done (18450 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.75% done (16920 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.65% done (20160 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.30% done (18690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.33% done (18480 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.74% done (20190 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.84% done (16950 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.39% done (18720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.42% done (18510 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.83% done (20220 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 49.92% done (16980 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.48% done (18750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.51% done (18540 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 59.91% done (20250 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.01% done (17010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.57% done (18780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.60% done (18570 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.10% done (17040 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.00% done (20280 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.65% done (18810 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.69% done (18600 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.19% done (17070 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.09% done (20310 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.74% done (18840 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.77% done (18630 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.18% done (20340 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.28% done (17100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.83% done (18870 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.86% done (18660 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.27% done (20370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.36% done (17130 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 55.92% done (18900 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 54.95% done (18690 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.45% done (17160 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.36% done (20400 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.01% done (18930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.04% done (18720 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.54% done (17190 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.45% done (20430 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.10% done (18960 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.13% done (18750 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.63% done (17220 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.54% done (20460 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.19% done (18990 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.22% done (18780 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.72% done (17250 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.62% done (20490 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.28% done (19020 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.30% done (18810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.71% done (20520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.81% done (17280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.36% done (19050 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.80% done (20550 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.39% done (18840 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.89% done (17310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.45% done (19080 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.89% done (20580 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.48% done (18870 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 50.98% done (17340 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.54% done (19110 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 60.98% done (20610 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.57% done (18900 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.07% done (17370 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.63% done (19140 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.07% done (20640 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.16% done (17400 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.66% done (18930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.72% done (19170 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.16% done (20670 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.25% done (17430 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.75% done (18960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.25% done (20700 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.81% done (19200 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.33% done (17460 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.83% done (18990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.33% done (20730 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.90% done (19230 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.42% done (17490 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 55.92% done (19020 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.42% done (20760 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 56.99% done (19260 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.51% done (17520 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.01% done (19050 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.51% done (20790 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.07% done (19290 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.60% done (17550 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.10% done (19080 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.60% done (20820 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.16% done (19320 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.69% done (17580 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.19% done (19110 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.25% done (19350 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.69% done (20850 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.27% done (19140 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.78% done (17610 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.34% done (19380 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.78% done (20880 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.86% done (17640 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.36% done (19170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.43% done (19410 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.87% done (20910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 51.95% done (17670 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.45% done (19200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.52% done (19440 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 61.96% done (20940 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.04% done (17700 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.54% done (19230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.61% done (19470 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.05% done (20970 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.13% done (17730 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.63% done (19260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.70% done (19500 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.13% done (21000 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.22% done (17760 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.72% done (19290 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.78% done (19530 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.22% done (21030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.31% done (17790 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.80% done (19320 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.31% done (21060 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.87% done (19560 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.39% done (17820 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.89% done (19350 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.40% done (21090 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 57.96% done (19590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.48% done (17850 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 56.98% done (19380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.49% done (21120 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.57% done (17880 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.05% done (19620 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.07% done (19410 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.58% done (21150 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.66% done (17910 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.14% done (19650 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.16% done (19440 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.75% done (17940 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.67% done (21180 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.23% done (19680 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.24% done (19470 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.83% done (17970 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.76% done (21210 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.32% done (19710 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.33% done (19500 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 52.92% done (18000 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.84% done (21240 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.41% done (19740 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.01% done (18030 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.42% done (19530 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 62.93% done (21270 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.10% done (18060 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.49% done (19770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.51% done (19560 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.02% done (21300 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.19% done (18090 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.60% done (19590 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.58% done (19800 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.11% done (21330 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.28% done (18120 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.69% done (19620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.20% done (21360 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.67% done (19830 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.36% done (18150 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.29% done (21390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.77% done (19650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.76% done (19860 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.45% done (18180 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.38% done (21420 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.86% done (19680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.85% done (19890 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.54% done (18210 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.47% done (21450 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 57.95% done (19710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 58.94% done (19920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.63% done (18240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.55% done (21480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.04% done (19740 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.03% done (19950 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.72% done (18270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.64% done (21510 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.13% done (19770 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.12% done (19980 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.73% done (21540 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.80% done (18300 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.21% done (19800 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.20% done (20010 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.82% done (21570 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.89% done (18330 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.30% done (19830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 63.91% done (21600 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.29% done (20040 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 53.98% done (18360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.00% done (21630 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.39% done (19860 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.38% done (20070 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.09% done (21660 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.07% done (18390 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.48% done (19890 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.47% done (20100 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.18% done (21690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.57% done (19920 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.16% done (18420 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.56% done (20130 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.26% done (21720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.66% done (19950 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.25% done (18450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.65% done (20160 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.35% done (21750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.74% done (19980 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.33% done (18480 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.74% done (20190 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.44% done (21780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.83% done (20010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.83% done (20220 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.42% done (18510 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.53% done (21810 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 58.92% done (20040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 59.91% done (20250 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.51% done (18540 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.62% done (21840 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.01% done (20070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.00% done (20280 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.71% done (21870 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.60% done (18570 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.09% done (20310 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.80% done (21900 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.10% done (20100 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.69% done (18600 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.18% done (20340 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.89% done (21930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.18% done (20130 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.77% done (18630 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.27% done (20370 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 64.97% done (21960 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.27% done (20160 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.86% done (18660 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.06% done (21990 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.36% done (20400 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.36% done (20190 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.15% done (22020 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.45% done (20430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 54.95% done (18690 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.24% done (22050 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.45% done (20220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.54% done (20460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.04% done (18720 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.33% done (22080 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.54% done (20250 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.13% done (18750 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.62% done (20490 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.42% done (22110 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.63% done (20280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.71% done (20520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.22% done (18780 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.51% done (22140 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.80% done (20550 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.71% done (20310 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.30% done (18810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.60% done (22170 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.89% done (20580 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.80% done (20340 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.39% done (18840 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.68% done (22200 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 60.98% done (20610 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.89% done (20370 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.77% done (22230 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.48% done (18870 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.07% done (20640 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 59.98% done (20400 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.86% done (22260 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.57% done (18900 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.16% done (20670 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.07% done (20430 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 65.95% done (22290 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.25% done (20700 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.66% done (18930 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.16% done (20460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.04% done (22320 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.33% done (20730 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.75% done (18960 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.24% done (20490 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.13% done (22350 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.42% done (20760 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.83% done (18990 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.33% done (20520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.22% done (22380 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.51% done (20790 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.42% done (20550 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 55.92% done (19020 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.60% done (20820 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.31% done (22410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.51% done (20580 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.01% done (19050 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.39% done (22440 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.69% done (20850 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.60% done (20610 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.10% done (19080 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.48% done (22470 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.78% done (20880 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.68% done (20640 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.19% done (19110 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.57% done (22500 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.87% done (20910 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.77% done (20670 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.27% done (19140 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.66% done (22530 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 61.96% done (20940 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.86% done (20700 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.75% done (22560 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.36% done (19170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.05% done (20970 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 60.95% done (20730 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.84% done (22590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.45% done (19200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.13% done (21000 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 66.93% done (22620 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.04% done (20760 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.22% done (21030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.54% done (19230 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.02% done (22650 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.13% done (20790 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.31% done (21060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.63% done (19260 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.10% done (22680 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.21% done (20820 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.40% done (21090 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.72% done (19290 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.19% done (22710 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.30% done (20850 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.49% done (21120 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.80% done (19320 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.28% done (22740 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.39% done (20880 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.58% done (21150 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.89% done (19350 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.37% done (22770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.48% done (20910 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.67% done (21180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 56.98% done (19380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.46% done (22800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.57% done (20940 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.76% done (21210 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.07% done (19410 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.55% done (22830 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.84% done (21240 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.65% done (20970 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.16% done (19440 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.64% done (22860 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 62.93% done (21270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.74% done (21000 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.73% done (22890 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.24% done (19470 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.02% done (21300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.83% done (21030 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.81% done (22920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.33% done (19500 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.11% done (21330 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.90% done (22950 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 61.92% done (21060 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.20% done (21360 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.42% done (19530 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 67.99% done (22980 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.29% done (21390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.01% done (21090 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.51% done (19560 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.08% done (23010 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.38% done (21420 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.10% done (21120 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.60% done (19590 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.47% done (21450 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.17% done (23040 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.18% done (21150 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.69% done (19620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.26% done (23070 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.55% done (21480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.27% done (21180 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.77% done (19650 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.35% done (23100 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.36% done (21210 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.86% done (19680 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.44% done (23130 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.64% done (21510 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.45% done (21240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.52% done (23160 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 57.95% done (19710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.73% done (21540 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.61% done (23190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.54% done (21270 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.04% done (19740 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.82% done (21570 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.70% done (23220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.62% done (21300 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 63.91% done (21600 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.13% done (19770 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.71% done (21330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.79% done (23250 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.00% done (21630 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.88% done (23280 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.80% done (21360 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.21% done (19800 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.09% done (21660 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 68.97% done (23310 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.89% done (21390 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.18% done (21690 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.30% done (19830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.06% done (23340 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 62.98% done (21420 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.39% done (19860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.15% done (23370 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.26% done (21720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.07% done (21450 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.23% done (23400 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.35% done (21750 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.48% done (19890 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.15% done (21480 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.32% done (23430 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.44% done (21780 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.57% done (19920 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.41% done (23460 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.24% done (21510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.53% done (21810 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.66% done (19950 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.50% done (23490 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.62% done (21840 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.33% done (21540 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.74% done (19980 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.59% done (23520 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.71% done (21870 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.83% done (20010 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.68% done (23550 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.42% done (21570 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.80% done (21900 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 58.92% done (20040 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.51% done (21600 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.89% done (21930 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.77% done (23580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.01% done (20070 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.60% done (21630 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 64.97% done (21960 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.86% done (23610 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.68% done (21660 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.06% done (21990 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 69.94% done (23640 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.10% done (20100 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.77% done (21690 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.15% done (22020 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.03% done (23670 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.18% done (20130 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.86% done (21720 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.24% done (22050 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.12% done (23700 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.27% done (20160 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 63.95% done (21750 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.33% done (22080 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.21% done (23730 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.36% done (20190 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.04% done (21780 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.42% done (22110 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.30% done (23760 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.45% done (20220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.51% done (22140 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.39% done (23790 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.12% done (21810 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.54% done (20250 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.60% done (22170 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.48% done (23820 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.21% done (21840 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.63% done (20280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.68% done (22200 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.57% done (23850 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.30% done (21870 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.77% done (22230 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.71% done (20310 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.66% done (23880 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.39% done (21900 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.86% done (22260 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.74% done (23910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.80% done (20340 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.48% done (21930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 65.95% done (22290 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.89% done (20370 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.83% done (23940 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.04% done (22320 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 59.98% done (20400 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.57% done (21960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 70.92% done (23970 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.13% done (22350 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.07% done (20430 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.65% done (21990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.01% done (24000 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.22% done (22380 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.10% done (24030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.16% done (20460 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.74% done (22020 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.31% done (22410 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.19% done (24060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.24% done (20490 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.39% done (22440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.83% done (22050 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.28% done (24090 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.33% done (20520 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 64.92% done (22080 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.48% done (22470 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.42% done (20550 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.37% done (24120 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.01% done (22110 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.57% done (22500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.51% done (20580 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.45% done (24150 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.09% done (22140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.66% done (22530 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.54% done (24180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.60% done (20610 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.18% done (22170 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.63% done (24210 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.75% done (22560 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.68% done (20640 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.27% done (22200 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.72% done (24240 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.84% done (22590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.77% done (20670 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.36% done (22230 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.81% done (24270 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 66.93% done (22620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.86% done (20700 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.45% done (22260 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.90% done (24300 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.02% done (22650 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 60.95% done (20730 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.54% done (22290 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 71.99% done (24330 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.10% done (22680 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.04% done (20760 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.08% done (24360 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.62% done (22320 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.19% done (22710 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.13% done (20790 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.16% done (24390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.71% done (22350 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.21% done (20820 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.28% done (22740 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.80% done (22380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.25% done (24420 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.30% done (20850 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.37% done (22770 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.34% done (24450 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.89% done (22410 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.39% done (20880 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.46% done (22800 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.43% done (24480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 65.98% done (22440 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.48% done (20910 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.55% done (22830 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.52% done (24510 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.57% done (20940 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.64% done (22860 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.06% done (22470 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.61% done (24540 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.65% done (20970 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.73% done (22890 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.15% done (22500 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.70% done (24570 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.74% done (21000 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.81% done (22920 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.24% done (22530 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.79% done (24600 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.83% done (21030 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.90% done (22950 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.33% done (22560 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 61.92% done (21060 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.87% done (24630 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 67.99% done (22980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.42% done (22590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 72.96% done (24660 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.01% done (21090 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.08% done (23010 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.51% done (22620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.05% done (24690 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.10% done (21120 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.59% done (22650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.17% done (23040 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.14% done (24720 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.18% done (21150 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.68% done (22680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.26% done (23070 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.23% done (24750 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.27% done (21180 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.77% done (22710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.35% done (23100 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.32% done (24780 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.36% done (21210 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.86% done (22740 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.44% done (23130 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.41% done (24810 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.45% done (21240 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 66.95% done (22770 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.52% done (23160 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.50% done (24840 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.54% done (21270 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.04% done (22800 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.61% done (23190 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.58% done (24870 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.62% done (21300 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.12% done (22830 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.71% done (21330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.67% done (24900 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.70% done (23220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.21% done (22860 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.80% done (21360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.76% done (24930 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.79% done (23250 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.30% done (22890 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.89% done (21390 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.85% done (24960 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.88% done (23280 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 73.94% done (24990 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.39% done (22920 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 62.98% done (21420 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 68.97% done (23310 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.03% done (25020 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.48% done (22950 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.07% done (21450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.06% done (23340 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.12% done (25050 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.15% done (21480 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.15% done (23370 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.56% done (22980 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.21% done (25080 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.24% done (21510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.23% done (23400 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.65% done (23010 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.29% done (25110 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.33% done (21540 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.74% done (23040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.32% done (23430 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.38% done (25140 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.42% done (21570 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.41% done (23460 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.47% done (25170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.51% done (21600 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.83% done (23070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.50% done (23490 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.56% done (25200 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.60% done (21630 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 67.92% done (23100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.59% done (23520 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.65% done (25230 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.68% done (21660 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.01% done (23130 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.68% done (23550 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.74% done (25260 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.77% done (21690 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.09% done (23160 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.77% done (23580 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.83% done (25290 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.86% done (21720 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.18% done (23190 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.86% done (23610 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 74.92% done (25320 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 63.95% done (21750 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.27% done (23220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 69.94% done (23640 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.00% done (25350 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.04% done (21780 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.36% done (23250 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.03% done (23670 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.09% done (25380 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.12% done (21810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.18% done (25410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.45% done (23280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.12% done (23700 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.21% done (21840 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.27% done (25440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.53% done (23310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.21% done (23730 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.30% done (21870 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.36% done (25470 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.62% done (23340 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.30% done (23760 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.39% done (21900 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.71% done (23370 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.45% done (25500 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.39% done (23790 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.48% done (21930 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.80% done (23400 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.54% done (25530 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.48% done (23820 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.57% done (21960 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.89% done (23430 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.63% done (25560 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.57% done (23850 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.65% done (21990 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 68.98% done (23460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.71% done (25590 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.66% done (23880 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.74% done (22020 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.06% done (23490 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.80% done (25620 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.74% done (23910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.83% done (22050 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.15% done (23520 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.83% done (23940 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.89% done (25650 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 64.92% done (22080 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.24% done (23550 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 70.92% done (23970 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.01% done (22110 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 75.98% done (25680 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.33% done (23580 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.01% done (24000 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.07% done (25710 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.09% done (22140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.10% done (24030 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.42% done (23610 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.16% done (25740 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.19% done (24060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.18% done (22170 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.50% done (23640 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.28% done (24090 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.25% done (25770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.59% done (23670 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.27% done (22200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.37% done (24120 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.34% done (25800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.68% done (23700 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.36% done (22230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.45% done (24150 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.42% done (25830 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.77% done (23730 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.45% done (22260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.54% done (24180 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.51% done (25860 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.54% done (22290 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.86% done (23760 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.63% done (24210 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.60% done (25890 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 69.95% done (23790 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.62% done (22320 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.69% done (25920 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.72% done (24240 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.03% done (23820 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.71% done (22350 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.78% done (25950 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.81% done (24270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.12% done (23850 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.80% done (22380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.87% done (25980 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.90% done (24300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.21% done (23880 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 76.96% done (26010 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 71.99% done (24330 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.89% done (22410 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.30% done (23910 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.05% done (26040 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.08% done (24360 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 65.98% done (22440 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.39% done (23940 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.13% done (26070 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.16% done (24390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.48% done (23970 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.22% done (26100 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.25% done (24420 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.06% done (22470 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.56% done (24000 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.34% done (24450 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.15% done (22500 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.31% done (26130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.65% done (24030 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.43% done (24480 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.40% done (26160 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.24% done (22530 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.74% done (24060 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.52% done (24510 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.49% done (26190 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.33% done (22560 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.83% done (24090 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.61% done (24540 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.58% done (26220 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.42% done (22590 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 70.92% done (24120 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.70% done (24570 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.67% done (26250 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.51% done (22620 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.00% done (24150 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.79% done (24600 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.76% done (26280 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.59% done (22650 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.09% done (24180 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.84% done (26310 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.87% done (24630 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.68% done (22680 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.18% done (24210 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 77.93% done (26340 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 72.96% done (24660 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.77% done (22710 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.27% done (24240 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.05% done (24690 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.02% done (26370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.86% done (22740 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.36% done (24270 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.14% done (24720 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.11% done (26400 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 66.95% done (22770 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.45% done (24300 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.20% done (26430 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.23% done (24750 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.53% done (24330 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.04% done (22800 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.29% done (26460 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.32% done (24780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.62% done (24360 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.12% done (22830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.38% done (26490 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.41% done (24810 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.71% done (24390 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.47% done (26520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.21% done (22860 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.50% done (24840 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.80% done (24420 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.55% done (26550 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.30% done (22890 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.58% done (24870 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.89% done (24450 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.64% done (26580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.39% done (22920 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.67% done (24900 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 71.97% done (24480 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.73% done (26610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.48% done (22950 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.76% done (24930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.06% done (24510 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.82% done (26640 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.56% done (22980 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.85% done (24960 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.15% done (24540 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 73.94% done (24990 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.65% done (23010 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 78.91% done (26670 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.24% done (24570 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.03% done (25020 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.74% done (23040 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.00% done (26700 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.33% done (24600 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.83% done (23070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.12% done (25050 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.09% done (26730 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.42% done (24630 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.21% done (25080 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 67.92% done (23100 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.18% done (26760 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.50% done (24660 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.29% done (25110 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.01% done (23130 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.27% done (26790 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.59% done (24690 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.38% done (25140 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.09% done (23160 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.35% done (26820 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.68% done (24720 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.47% done (25170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.18% done (23190 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.44% done (26850 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.77% done (24750 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.27% done (23220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.56% done (25200 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.53% done (26880 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.86% done (24780 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.36% done (23250 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.65% done (25230 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.62% done (26910 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 72.94% done (24810 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.74% done (25260 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.71% done (26940 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.45% done (23280 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.03% done (24840 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.83% done (25290 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.80% done (26970 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.53% done (23310 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.12% done (24870 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 74.92% done (25320 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.89% done (27000 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.62% done (23340 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.21% done (24900 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.00% done (25350 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 79.98% done (27030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.71% done (23370 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.30% done (24930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.09% done (25380 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.06% done (27060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.80% done (23400 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.18% done (25410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.39% done (24960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.15% done (27090 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.89% done (23430 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.27% done (25440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.47% done (24990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.24% done (27120 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.36% done (25470 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 68.98% done (23460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.33% done (27150 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.45% done (25500 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.56% done (25020 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.06% done (23490 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.42% done (27180 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.65% done (25050 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.54% done (25530 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.15% done (23520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.51% done (27210 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.74% done (25080 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.63% done (25560 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.24% done (23550 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.60% done (27240 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.83% done (25110 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.71% done (25590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.33% done (23580 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.69% done (27270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 73.92% done (25140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.80% done (25620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.42% done (23610 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.77% done (27300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.00% done (25170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.89% done (25650 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.50% done (23640 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.86% done (27330 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.09% done (25200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 75.98% done (25680 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.59% done (23670 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 80.95% done (27360 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.07% done (25710 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.18% done (25230 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.68% done (23700 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.04% done (27390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.27% done (25260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.16% done (25740 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.77% done (23730 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.13% done (27420 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.36% done (25290 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.25% done (25770 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.86% done (23760 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.22% done (27450 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 69.95% done (23790 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.34% done (25800 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.31% done (27480 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.03% done (23820 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.44% done (25320 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.42% done (25830 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.40% done (27510 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.12% done (23850 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.53% done (25350 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.51% done (25860 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.48% done (27540 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.21% done (23880 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.60% done (25890 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.57% done (27570 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.30% done (23910 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.62% done (25380 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.69% done (25920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.39% done (23940 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.66% done (27600 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.71% done (25410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.78% done (25950 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.48% done (23970 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.75% done (27630 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.80% done (25440 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.87% done (25980 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.56% done (24000 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.84% done (27660 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.89% done (25470 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.65% done (24030 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 81.93% done (27690 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.74% done (24060 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 74.97% done (25500 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.02% done (27720 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 76.96% done (26010 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.83% done (24090 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.06% done (25530 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.11% done (27750 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.05% done (26040 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 70.92% done (24120 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.15% done (25560 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.19% done (27780 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.13% done (26070 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.00% done (24150 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.24% done (25590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.28% done (27810 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.22% done (26100 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.09% done (24180 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.33% done (25620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.37% done (27840 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.31% done (26130 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.18% done (24210 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.41% done (25650 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.46% done (27870 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.40% done (26160 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.27% done (24240 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.50% done (25680 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.55% done (27900 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.49% done (26190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.59% done (25710 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.36% done (24270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.64% done (27930 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.58% done (26220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.68% done (25740 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.45% done (24300 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.73% done (27960 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.67% done (26250 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.77% done (25770 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.53% done (24330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.82% done (27990 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.76% done (26280 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.86% done (25800 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.62% done (24360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.90% done (28020 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.84% done (26310 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 75.94% done (25830 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.71% done (24390 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 82.99% done (28050 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 77.93% done (26340 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.80% done (24420 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.03% done (25860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.08% done (28080 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.02% done (26370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.89% done (24450 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.17% done (28110 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.12% done (25890 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.11% done (26400 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 71.97% done (24480 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.21% done (25920 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.20% done (26430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.06% done (24510 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.30% done (25950 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.29% done (26460 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.26% done (28140 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.38% done (25980 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.15% done (24540 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.38% done (26490 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.35% done (28170 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.47% done (26010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.47% done (26520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.24% done (24570 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.44% done (28200 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.55% done (26550 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.56% done (26040 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.33% done (24600 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.53% done (28230 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.64% done (26580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.42% done (24630 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.65% done (26070 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.61% done (28260 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.73% done (26610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.50% done (24660 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.74% done (26100 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.70% done (28290 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.82% done (26640 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.59% done (24690 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.83% done (26130 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.79% done (28320 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.68% done (24720 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 78.91% done (26670 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 76.91% done (26160 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.88% done (28350 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.77% done (24750 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.00% done (26190 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.00% done (26700 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 83.97% done (28380 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.86% done (24780 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.09% done (26220 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.09% done (26730 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.06% done (28410 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 72.94% done (24810 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.18% done (26250 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.18% done (26760 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.15% done (28440 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.03% done (24840 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.27% done (26280 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.27% done (26790 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.24% done (28470 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.12% done (24870 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.36% done (26310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.35% done (26820 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.32% done (28500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.21% done (24900 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.44% done (26340 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.44% done (26850 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.41% done (28530 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.30% done (24930 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.53% done (26370 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.53% done (26880 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.50% done (28560 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.39% done (24960 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.62% done (26400 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.62% done (26910 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.59% done (28590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.47% done (24990 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.71% done (26430 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.71% done (26940 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.68% done (28620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.56% done (25020 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.80% done (26460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.77% done (28650 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.80% done (26970 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.65% done (25050 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.88% done (26490 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.86% done (28680 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.74% done (25080 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.89% done (27000 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 77.97% done (26520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 84.95% done (28710 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.83% done (25110 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 79.98% done (27030 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.06% done (26550 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.03% done (28740 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 73.92% done (25140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.06% done (27060 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.12% done (28770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.15% done (26580 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.00% done (25170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.15% done (27090 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.21% done (28800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.24% done (26610 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.09% done (25200 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.30% done (28830 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.24% done (27120 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.33% done (26640 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.18% done (25230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.33% done (27150 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.39% done (28860 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.41% done (26670 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.27% done (25260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.42% done (27180 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.48% done (28890 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.50% done (26700 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.36% done (25290 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.57% done (28920 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.51% done (27210 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.59% done (26730 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.44% done (25320 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.66% done (28950 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.60% done (27240 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.68% done (26760 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.53% done (25350 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.74% done (28980 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.69% done (27270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.77% done (26790 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.62% done (25380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.83% done (29010 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.77% done (27300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.85% done (26820 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.71% done (25410 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 85.92% done (29040 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.86% done (27330 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 78.94% done (26850 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.01% done (29070 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.80% done (25440 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 80.95% done (27360 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.03% done (26880 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.10% done (29100 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.89% done (25470 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.04% done (27390 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.19% done (29130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.12% done (26910 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 74.97% done (25500 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.13% done (27420 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.28% done (29160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.21% done (26940 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.06% done (25530 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.22% done (27450 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.37% done (29190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.30% done (26970 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.15% done (25560 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.31% done (27480 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.45% done (29220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.38% done (27000 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.24% done (25590 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.40% done (27510 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.54% done (29250 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.47% done (27030 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.33% done (25620 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.48% done (27540 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.63% done (29280 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.41% done (25650 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.56% done (27060 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.57% done (27570 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.72% done (29310 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.50% done (25680 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.65% done (27090 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.66% done (27600 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.81% done (29340 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.59% done (25710 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.74% done (27120 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.75% done (27630 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.90% done (29370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.68% done (25740 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.82% done (27150 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.84% done (27660 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 86.99% done (29400 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.77% done (25770 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 79.91% done (27180 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 81.93% done (27690 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.08% done (29430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.86% done (25800 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.00% done (27210 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.02% done (27720 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.16% done (29460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 75.94% done (25830 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.09% done (27240 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.11% done (27750 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.25% done (29490 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.03% done (25860 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.18% done (27270 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.19% done (27780 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.34% done (29520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.12% done (25890 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.27% done (27300 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.28% done (27810 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.21% done (25920 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.43% done (29550 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.35% done (27330 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.37% done (27840 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.30% done (25950 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.52% done (29580 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.44% done (27360 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.38% done (25980 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.46% done (27870 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.61% done (29610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.47% done (26010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.55% done (27900 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.70% done (29640 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.53% done (27390 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.56% done (26040 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.79% done (29670 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.64% done (27930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.62% done (27420 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.65% done (26070 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.88% done (29700 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.73% done (27960 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.71% done (27450 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.74% done (26100 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 87.96% done (29730 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.82% done (27990 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.80% done (27480 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.83% done (26130 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.05% done (29760 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.90% done (28020 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.88% done (27510 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 76.91% done (26160 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.14% done (29790 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 82.99% done (28050 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 80.97% done (27540 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.00% done (26190 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.23% done (29820 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.08% done (28080 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.06% done (27570 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.09% done (26220 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.32% done (29850 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.17% done (28110 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.18% done (26250 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.15% done (27600 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.41% done (29880 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.26% done (28140 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.27% done (26280 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.24% done (27630 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.50% done (29910 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.35% done (28170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.36% done (26310 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.59% done (29940 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.32% done (27660 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.44% done (26340 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.67% done (29970 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.44% done (28200 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.41% done (27690 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.53% done (26370 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.76% done (30000 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.53% done (28230 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.50% done (27720 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.62% done (26400 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.85% done (30030 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.61% done (28260 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.59% done (27750 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 88.94% done (30060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.71% done (26430 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.70% done (28290 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.03% done (30090 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.68% done (27780 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.80% done (26460 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.79% done (28320 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.12% done (30120 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.88% done (26490 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.77% done (27810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.21% done (30150 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.88% done (28350 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 77.97% done (26520 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.85% done (27840 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.30% done (30180 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 83.97% done (28380 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.06% done (26550 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 81.94% done (27870 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.38% done (30210 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.06% done (28410 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.15% done (26580 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.15% done (28440 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.03% done (27900 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.24% done (26610 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.24% done (28470 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.33% done (26640 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.12% done (27930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.32% done (28500 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.47% done (30240 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.41% done (26670 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.21% done (27960 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.56% done (30270 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.50% done (26700 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.41% done (28530 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.29% done (27990 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.65% done (30300 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.59% done (26730 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.50% done (28560 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.38% done (28020 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.68% done (26760 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.74% done (30330 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.59% done (28590 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.47% done (28050 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.77% done (26790 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.83% done (30360 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.68% done (28620 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.56% done (28080 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.85% done (26820 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 89.92% done (30390 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.77% done (28650 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.65% done (28110 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 78.94% done (26850 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.01% done (30420 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.86% done (28680 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.03% done (26880 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.09% done (30450 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.74% done (28140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 84.95% done (28710 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.12% done (26910 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.18% done (30480 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.03% done (28740 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.82% done (28170 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.27% done (30510 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.21% done (26940 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.12% done (28770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 82.91% done (28200 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.36% done (30540 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.30% done (26970 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.21% done (28800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.00% done (28230 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.45% done (30570 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.38% done (27000 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.30% done (28830 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.54% done (30600 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.47% done (27030 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.09% done (28260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.39% done (28860 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.63% done (30630 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.56% done (27060 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.18% done (28290 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.48% done (28890 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.72% done (30660 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.65% done (27090 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.26% done (28320 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.57% done (28920 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.80% done (30690 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.74% done (27120 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.35% done (28350 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.66% done (28950 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.89% done (30720 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.82% done (27150 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.44% done (28380 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 90.98% done (30750 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 79.91% done (27180 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.74% done (28980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.53% done (28410 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.07% done (30780 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.00% done (27210 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.83% done (29010 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.62% done (28440 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.16% done (30810 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.09% done (27240 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 85.92% done (29040 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.71% done (28470 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.25% done (30840 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.18% done (27270 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.01% done (29070 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.79% done (28500 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.34% done (30870 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.27% done (27300 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.88% done (28530 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.10% done (29100 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.43% done (30900 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.35% done (27330 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 83.97% done (28560 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.51% done (30930 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.44% done (27360 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.19% done (29130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.06% done (28590 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.60% done (30960 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.53% done (27390 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.28% done (29160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.15% done (28620 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.69% done (30990 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.62% done (27420 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.37% done (29190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.23% done (28650 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.78% done (31020 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.71% done (27450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.45% done (29220 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.80% done (27480 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.32% done (28680 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.87% done (31050 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.54% done (29250 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.41% done (28710 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 91.96% done (31080 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.88% done (27510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.63% done (29280 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.05% done (31110 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 80.97% done (27540 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.72% done (29310 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.06% done (27570 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.14% done (31140 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.81% done (29340 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.50% done (28740 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.22% done (31170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.15% done (27600 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.90% done (29370 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.31% done (31200 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.59% done (28770 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.24% done (27630 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 86.99% done (29400 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.40% done (31230 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.32% done (27660 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.68% done (28800 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.08% done (29430 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.49% done (31260 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.41% done (27690 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.76% done (28830 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.58% done (31290 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.16% done (29460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.50% done (27720 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.85% done (28860 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.67% done (31320 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.59% done (27750 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.25% done (29490 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 84.94% done (28890 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.76% done (31350 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.68% done (27780 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.34% done (29520 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.03% done (28920 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.77% done (27810 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.85% done (31380 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.43% done (29550 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.85% done (27840 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.12% done (28950 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 92.93% done (31410 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.52% done (29580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 81.94% done (27870 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.21% done (28980 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.02% done (31440 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.61% done (29610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.03% done (27900 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.29% done (29010 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.11% done (31470 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.70% done (29640 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.12% done (27930 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.38% done (29040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.79% done (29670 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.20% done (31500 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.21% done (27960 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.47% done (29070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.88% done (29700 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.29% done (31530 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.29% done (27990 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.56% done (29100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 87.96% done (29730 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.38% done (31560 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.38% done (28020 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.05% done (29760 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.65% done (29130 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.47% done (31590 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.47% done (28050 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.14% done (29790 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.73% done (29160 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.56% done (31620 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.56% done (28080 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.23% done (29820 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.82% done (29190 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.64% done (31650 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.65% done (28110 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.32% done (29850 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 85.91% done (29220 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.73% done (31680 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.74% done (28140 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.41% done (29880 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.00% done (29250 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.82% done (31710 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.50% done (29910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.82% done (28170 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.09% done (29280 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 93.91% done (31740 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.59% done (29940 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 82.91% done (28200 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.18% done (29310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.67% done (29970 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.00% done (31770 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.00% done (28230 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.26% done (29340 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.76% done (30000 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.09% done (31800 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.09% done (28260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.85% done (30030 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.35% done (29370 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.18% done (31830 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.18% done (28290 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 88.94% done (30060 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.44% done (29400 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.27% done (31860 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.26% done (28320 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.03% done (30090 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.53% done (29430 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.35% done (31890 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.35% done (28350 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.12% done (30120 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.62% done (29460 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.44% done (31920 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.44% done (28380 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.21% done (30150 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.70% done (29490 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.30% done (30180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.53% done (28410 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.53% done (31950 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.79% done (29520 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.38% done (30210 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.62% done (28440 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.62% done (31980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.88% done (29550 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.47% done (30240 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.71% done (32010 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.71% done (28470 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.56% done (30270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 86.97% done (29580 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.80% done (32040 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.79% done (28500 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.65% done (30300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.06% done (29610 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.89% done (32070 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.88% done (28530 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.74% done (30330 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 94.98% done (32100 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.15% done (29640 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 83.97% done (28560 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.83% done (30360 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.06% done (32130 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.23% done (29670 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.06% done (28590 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 89.92% done (30390 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.15% done (32160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.32% done (29700 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.15% done (28620 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.01% done (30420 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.24% done (32190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.41% done (29730 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.23% done (28650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.09% done (30450 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.33% done (32220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.50% done (29760 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.18% done (30480 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.32% done (28680 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.42% done (32250 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.59% done (29790 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.27% done (30510 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.41% done (28710 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.51% done (32280 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.67% done (29820 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.36% done (30540 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.60% done (32310 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.50% done (28740 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.76% done (29850 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.45% done (30570 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.69% done (32340 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.59% done (28770 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.85% done (29880 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.54% done (30600 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.77% done (32370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.68% done (28800 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 87.94% done (29910 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.63% done (30630 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.86% done (32400 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.76% done (28830 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.03% done (29940 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.72% done (30660 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 95.95% done (32430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.85% done (28860 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.12% done (29970 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.80% done (30690 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.04% done (32460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 84.94% done (28890 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.20% done (30000 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.89% done (30720 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.13% done (32490 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.03% done (28920 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.29% done (30030 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 90.98% done (30750 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.22% done (32520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.12% done (28950 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.07% done (30780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.38% done (30060 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.31% done (32550 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.21% done (28980 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.16% done (30810 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.40% done (32580 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.47% done (30090 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.29% done (29010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.25% done (30840 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.48% done (32610 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.56% done (30120 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.38% done (29040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.34% done (30870 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.57% done (32640 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.65% done (30150 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.47% done (29070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.43% done (30900 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.73% done (30180 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.66% done (32670 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.56% done (29100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.51% done (30930 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.82% done (30210 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.75% done (32700 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.60% done (30960 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.65% done (29130 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 88.91% done (30240 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.84% done (32730 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.69% done (30990 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.73% done (29160 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.00% done (30270 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 96.93% done (32760 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.78% done (31020 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.82% done (29190 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.09% done (30300 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.02% done (32790 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.87% done (31050 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 85.91% done (29220 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.17% done (30330 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.11% done (32820 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 91.96% done (31080 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.00% done (29250 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.26% done (30360 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.20% done (32850 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.05% done (31110 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.09% done (29280 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.35% done (30390 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.28% done (32880 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.14% done (31140 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.18% done (29310 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.44% done (30420 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.37% done (32910 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.22% done (31170 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.26% done (29340 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.53% done (30450 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.46% done (32940 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.31% done (31200 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.35% done (29370 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.62% done (30480 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.40% done (31230 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.55% done (32970 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.70% done (30510 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.44% done (29400 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.49% done (31260 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.64% done (33000 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.79% done (30540 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.53% done (29430 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.58% done (31290 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.73% done (33030 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.88% done (30570 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.62% done (29460 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.67% done (31320 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.82% done (33060 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 89.97% done (30600 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.70% done (29490 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.91% done (33090 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.76% done (31350 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.06% done (30630 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.79% done (29520 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 97.99% done (33120 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.85% done (31380 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.14% done (30660 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.88% done (29550 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.08% done (33150 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 92.93% done (31410 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.23% done (30690 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.17% done (33180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 86.97% done (29580 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.02% done (31440 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.26% done (33210 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.32% done (30720 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.06% done (29610 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.11% done (31470 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.35% done (33240 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.41% done (30750 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.15% done (29640 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.20% done (31500 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.44% done (33270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.50% done (30780 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.23% done (29670 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.29% done (31530 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.53% done (33300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.59% done (30810 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.32% done (29700 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.38% done (31560 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.62% done (33330 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.67% done (30840 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.41% done (29730 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.47% done (31590 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.70% done (33360 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.76% done (30870 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.50% done (29760 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.56% done (31620 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.79% done (33390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.85% done (30900 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.59% done (29790 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.64% done (31650 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.88% done (33420 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.67% done (29820 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 90.94% done (30930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.73% done (31680 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 98.97% done (33450 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.76% done (29850 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.03% done (30960 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.82% done (31710 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.85% done (29880 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.06% done (33480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.11% done (30990 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 93.91% done (31740 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.15% done (33510 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 87.94% done (29910 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.00% done (31770 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.20% done (31020 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.24% done (33540 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.03% done (29940 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.09% done (31800 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.29% done (31050 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.33% done (33570 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.12% done (29970 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.18% done (31830 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.38% done (31080 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.41% done (33600 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.20% done (30000 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.27% done (31860 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.47% done (31110 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.50% done (33630 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.29% done (30030 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.35% done (31890 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.56% done (31140 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.59% done (33660 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.38% done (30060 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.44% done (31920 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.68% done (33690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.64% done (31170 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.47% done (30090 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.53% done (31950 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.77% done (33720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.73% done (31200 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.56% done (30120 of 34012 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.86% done (33750 of 33798 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.62% done (31980 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.82% done (31230 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.65% done (30150 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.71% done (32010 of 33798 inputs)
Evaluating 3-paths for session 2 of CSV Grammar Fuzzer: 99.95% done (33780 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 91.91% done (31260 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.73% done (30180 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.80% done (32040 of 33798 inputs)
[16:39:49] DONE Evaluating 3-paths for session 2 of CSV Grammar Fuzzer
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.00% done (31290 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.82% done (30210 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.89% done (32070 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.09% done (31320 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 88.91% done (30240 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 94.98% done (32100 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.17% done (31350 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.00% done (30270 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.06% done (32130 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.09% done (30300 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.15% done (32160 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.26% done (31380 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.17% done (30330 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.24% done (32190 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.35% done (31410 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.26% done (30360 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.33% done (32220 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.44% done (31440 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.35% done (30390 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.42% done (32250 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.53% done (31470 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.44% done (30420 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.51% done (32280 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.61% done (31500 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.53% done (30450 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.60% done (32310 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.70% done (31530 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.62% done (30480 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.69% done (32340 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.79% done (31560 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.70% done (30510 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.77% done (32370 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.79% done (30540 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.88% done (31590 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.86% done (32400 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.88% done (30570 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 92.97% done (31620 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 95.95% done (32430 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 89.97% done (30600 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.06% done (31650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.04% done (32460 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.06% done (30630 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.14% done (31680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.13% done (32490 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.14% done (30660 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.23% done (31710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.22% done (32520 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.23% done (30690 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.32% done (31740 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.31% done (32550 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.32% done (30720 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.41% done (31770 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.40% done (32580 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.41% done (30750 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.50% done (31800 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.48% done (32610 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.50% done (30780 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.57% done (32640 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.58% done (31830 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.59% done (30810 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.66% done (32670 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.67% done (31860 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.67% done (30840 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.75% done (32700 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.76% done (31890 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.76% done (30870 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.84% done (32730 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.85% done (31920 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.85% done (30900 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 96.93% done (32760 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 93.94% done (31950 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 90.94% done (30930 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.02% done (32790 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.03% done (31980 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.03% done (30960 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.11% done (32820 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.11% done (32010 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.20% done (32850 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.11% done (30990 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.20% done (32040 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.28% done (32880 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.20% done (31020 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.29% done (32070 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.37% done (32910 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.29% done (31050 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.38% done (32100 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.46% done (32940 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.38% done (31080 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.47% done (32130 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.55% done (32970 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.47% done (31110 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.64% done (33000 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.55% done (32160 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.73% done (33030 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.56% done (31140 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.64% done (32190 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.82% done (33060 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.64% done (31170 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.91% done (33090 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.73% done (32220 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.73% done (31200 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 97.99% done (33120 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.82% done (32250 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.82% done (31230 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.08% done (33150 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 94.91% done (32280 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 91.91% done (31260 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.17% done (33180 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.00% done (31290 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.00% done (32310 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.26% done (33210 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.09% done (31320 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.35% done (33240 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.08% done (32340 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.17% done (31350 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.44% done (33270 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.17% done (32370 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.26% done (31380 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.53% done (33300 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.26% done (32400 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.35% done (31410 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.62% done (33330 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.35% done (32430 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.44% done (31440 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.70% done (33360 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.44% done (32460 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.53% done (31470 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.79% done (33390 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.53% done (32490 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.61% done (31500 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.88% done (33420 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.61% done (32520 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.70% done (31530 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 98.97% done (33450 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.70% done (32550 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.79% done (31560 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.06% done (33480 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.79% done (32580 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.88% done (31590 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.15% done (33510 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.88% done (32610 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 92.97% done (31620 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.24% done (33540 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 95.97% done (32640 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.06% done (31650 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.33% done (33570 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.05% done (32670 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.14% done (31680 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.41% done (33600 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.14% done (32700 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.23% done (31710 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.50% done (33630 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.23% done (32730 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.32% done (31740 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.59% done (33660 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.32% done (32760 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.41% done (31770 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.68% done (33690 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.41% done (32790 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.50% done (31800 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.77% done (33720 of 33798 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.50% done (32820 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.86% done (33750 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.58% done (31830 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.58% done (32850 of 34012 inputs)
Evaluating 4-paths for session 2 of CSV Grammar Fuzzer: 99.95% done (33780 of 33798 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.67% done (31860 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.67% done (32880 of 34012 inputs)
[16:39:50] DONE Evaluating 4-paths for session 2 of CSV Grammar Fuzzer
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.76% done (31890 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.76% done (32910 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.85% done (31920 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.85% done (32940 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 93.94% done (31950 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 96.94% done (32970 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.03% done (31980 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.02% done (33000 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.11% done (32010 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.11% done (33030 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.20% done (32040 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.20% done (33060 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.29% done (32070 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.29% done (33090 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.38% done (32100 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.38% done (33120 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.47% done (32130 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.47% done (33150 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.55% done (32160 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.55% done (33180 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.64% done (32190 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.64% done (33210 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.73% done (32220 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.73% done (33240 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.82% done (32250 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.82% done (33270 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 94.91% done (32280 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.91% done (33300 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.00% done (32310 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 97.99% done (33330 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.08% done (32340 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.08% done (33360 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.17% done (32370 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.17% done (33390 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.26% done (32400 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.26% done (33420 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.35% done (32430 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.35% done (33450 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.44% done (32460 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.44% done (33480 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.53% done (32490 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.52% done (33510 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.61% done (32520 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.61% done (33540 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.70% done (32550 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.70% done (33570 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.79% done (32580 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.79% done (33600 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.88% done (32610 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.88% done (33630 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 95.97% done (32640 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 98.97% done (33660 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.05% done (32670 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.05% done (33690 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.14% done (32700 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.14% done (33720 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.23% done (32730 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.23% done (33750 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.32% done (32760 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.32% done (33780 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.41% done (32790 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.50% done (32820 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.41% done (33810 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.58% done (32850 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.49% done (33840 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.67% done (32880 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.58% done (33870 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.76% done (32910 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.67% done (33900 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.85% done (32940 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.76% done (33930 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 96.94% done (32970 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.85% done (33960 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.02% done (33000 of 34012 inputs)
Evaluating 4-paths for session 1 of CSV Grammar Fuzzer: 99.94% done (33990 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.11% done (33030 of 34012 inputs)
[16:39:51] DONE Evaluating 4-paths for session 1 of CSV Grammar Fuzzer
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.20% done (33060 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.29% done (33090 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.38% done (33120 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.47% done (33150 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.55% done (33180 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.64% done (33210 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.73% done (33240 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.82% done (33270 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.91% done (33300 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 97.99% done (33330 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.08% done (33360 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.17% done (33390 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.26% done (33420 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.35% done (33450 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.44% done (33480 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.52% done (33510 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.61% done (33540 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.70% done (33570 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.79% done (33600 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.88% done (33630 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 98.97% done (33660 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.05% done (33690 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.14% done (33720 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.23% done (33750 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.32% done (33780 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.41% done (33810 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.49% done (33840 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.58% done (33870 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.67% done (33900 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.76% done (33930 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.85% done (33960 of 34012 inputs)
Evaluating 3-paths for session 1 of CSV Grammar Fuzzer: 99.94% done (33990 of 34012 inputs)
[16:39:51] DONE Evaluating 3-paths for session 1 of CSV Grammar Fuzzer
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 0.00% done (0 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 0.40% done (30 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 0.81% done (60 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 1.21% done (90 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 1.61% done (120 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 2.01% done (150 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 2.42% done (180 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 2.82% done (210 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 3.22% done (240 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 3.62% done (270 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 4.03% done (300 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 4.43% done (330 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 4.83% done (360 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 5.23% done (390 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 5.64% done (420 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 6.04% done (450 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 6.44% done (480 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 6.85% done (510 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 0.00% done (0 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 7.25% done (540 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 0.42% done (30 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 7.65% done (570 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 0.84% done (60 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 1.26% done (90 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 8.05% done (600 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 1.68% done (120 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 2.10% done (150 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 8.46% done (630 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 8.86% done (660 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 2.52% done (180 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 2.94% done (210 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 9.26% done (690 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 3.36% done (240 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 9.66% done (720 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 3.78% done (270 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 4.20% done (300 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 10.07% done (750 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 10.47% done (780 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 4.62% done (330 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 5.03% done (360 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 5.45% done (390 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 10.87% done (810 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 11.28% done (840 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 5.87% done (420 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 6.29% done (450 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 11.68% done (870 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 6.71% done (480 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 12.08% done (900 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 7.13% done (510 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 7.55% done (540 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 12.48% done (930 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 12.89% done (960 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 7.97% done (570 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 8.39% done (600 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 13.29% done (990 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 8.81% done (630 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 13.69% done (1020 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 9.23% done (660 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 14.09% done (1050 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 9.65% done (690 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 14.50% done (1080 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 10.07% done (720 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 14.90% done (1110 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 10.49% done (750 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 15.30% done (1140 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 10.91% done (780 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 15.70% done (1170 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 11.33% done (810 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 16.11% done (1200 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 11.75% done (840 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 16.51% done (1230 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 12.17% done (870 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 16.91% done (1260 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 12.59% done (900 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 17.32% done (1290 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 13.01% done (930 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 13.43% done (960 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 17.72% done (1320 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 13.85% done (990 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 18.12% done (1350 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 18.52% done (1380 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 14.27% done (1020 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 14.69% done (1050 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 18.93% done (1410 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 15.10% done (1080 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 19.33% done (1440 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 15.52% done (1110 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 19.73% done (1470 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 15.94% done (1140 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 20.13% done (1500 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 16.36% done (1170 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 20.54% done (1530 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 16.78% done (1200 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 20.94% done (1560 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 21.34% done (1590 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 17.20% done (1230 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 17.62% done (1260 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 0.00% done (0 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 0.40% done (30 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 0.81% done (60 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 1.21% done (90 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 1.61% done (120 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 2.02% done (150 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 2.42% done (180 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 2.82% done (210 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 3.23% done (240 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 21.74% done (1620 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 3.63% done (270 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 18.04% done (1290 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 4.03% done (300 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 4.44% done (330 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 4.84% done (360 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 5.24% done (390 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 5.65% done (420 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 0.00% done (0 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 6.05% done (450 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 0.41% done (30 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 0.82% done (60 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 1.22% done (90 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 6.45% done (480 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 1.63% done (120 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 2.04% done (150 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 6.85% done (510 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 2.45% done (180 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 2.86% done (210 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 7.26% done (540 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 3.27% done (240 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 3.67% done (270 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 7.66% done (570 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 4.08% done (300 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 4.49% done (330 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 8.06% done (600 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 4.90% done (360 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 5.31% done (390 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 8.47% done (630 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 5.71% done (420 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 8.87% done (660 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 6.12% done (450 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 9.27% done (690 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 6.53% done (480 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 6.94% done (510 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 9.68% done (720 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 10.08% done (750 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 7.35% done (540 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 7.76% done (570 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 10.48% done (780 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 8.16% done (600 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 10.89% done (810 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 8.57% done (630 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 8.98% done (660 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 11.29% done (840 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 9.39% done (690 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 11.69% done (870 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 9.80% done (720 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 12.10% done (900 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 10.20% done (750 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 12.50% done (930 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 10.61% done (780 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 11.02% done (810 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 12.90% done (960 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 13.31% done (990 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 11.43% done (840 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 13.71% done (1020 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 11.84% done (870 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 12.24% done (900 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 14.11% done (1050 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 14.52% done (1080 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 12.65% done (930 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 13.06% done (960 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 14.92% done (1110 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 13.47% done (990 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 15.32% done (1140 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 13.88% done (1020 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 15.73% done (1170 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 14.29% done (1050 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 16.13% done (1200 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 16.53% done (1230 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 14.69% done (1080 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 15.10% done (1110 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 16.94% done (1260 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 15.51% done (1140 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 15.92% done (1170 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 17.34% done (1290 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 17.74% done (1320 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 16.33% done (1200 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 16.73% done (1230 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 18.15% done (1350 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 17.14% done (1260 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 18.55% done (1380 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 18.95% done (1410 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 17.55% done (1290 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 17.96% done (1320 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 19.35% done (1440 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 19.76% done (1470 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 18.37% done (1350 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 18.78% done (1380 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 20.16% done (1500 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 19.18% done (1410 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 20.56% done (1530 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 19.59% done (1440 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 20.97% done (1560 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 20.00% done (1470 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 18.46% done (1320 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 21.37% done (1590 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 22.15% done (1650 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 20.41% done (1500 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 21.77% done (1620 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 20.82% done (1530 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 18.88% done (1350 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 22.55% done (1680 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 22.18% done (1650 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 22.95% done (1710 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 19.30% done (1380 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 19.72% done (1410 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 23.36% done (1740 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 23.76% done (1770 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 20.14% done (1440 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 20.56% done (1470 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 24.16% done (1800 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 20.98% done (1500 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 24.56% done (1830 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 21.40% done (1530 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 24.97% done (1860 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 21.82% done (1560 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 25.37% done (1890 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 22.24% done (1590 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 25.77% done (1920 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 22.66% done (1620 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 26.17% done (1950 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 23.08% done (1650 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 26.58% done (1980 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 23.50% done (1680 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 26.98% done (2010 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 23.92% done (1710 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 27.38% done (2040 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 24.34% done (1740 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 27.79% done (2070 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 24.76% done (1770 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 25.17% done (1800 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 28.19% done (2100 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 25.59% done (1830 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 28.59% done (2130 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 26.01% done (1860 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 28.99% done (2160 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 21.22% done (1560 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 26.43% done (1890 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 29.40% done (2190 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 22.58% done (1680 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 21.63% done (1590 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 26.85% done (1920 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 29.80% done (2220 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 22.98% done (1710 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 22.04% done (1620 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 23.39% done (1740 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 22.45% done (1650 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 27.27% done (1950 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 23.79% done (1770 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 30.20% done (2250 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 22.86% done (1680 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 27.69% done (1980 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 24.19% done (1800 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 23.27% done (1710 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 30.60% done (2280 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 28.11% done (2010 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 24.60% done (1830 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 23.67% done (1740 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 25.00% done (1860 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 24.08% done (1770 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 31.01% done (2310 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 31.41% done (2340 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 24.49% done (1800 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 25.40% done (1890 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 24.90% done (1830 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 25.81% done (1920 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 25.31% done (1860 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 26.21% done (1950 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 25.71% done (1890 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 26.61% done (1980 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 26.12% done (1920 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 27.02% done (2010 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 26.53% done (1950 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 27.42% done (2040 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 26.94% done (1980 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 27.82% done (2070 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 27.35% done (2010 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 28.23% done (2100 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 27.76% done (2040 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 28.63% done (2130 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 28.16% done (2070 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 29.03% done (2160 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 28.57% done (2100 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 28.98% done (2130 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 29.44% done (2190 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 29.84% done (2220 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 29.39% done (2160 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 30.24% done (2250 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 29.80% done (2190 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 30.20% done (2220 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 30.65% done (2280 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 31.05% done (2310 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 31.45% done (2340 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 28.53% done (2040 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 28.95% done (2070 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 31.81% done (2370 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 29.37% done (2100 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 29.79% done (2130 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 32.21% done (2400 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 32.62% done (2430 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 30.21% done (2160 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 33.02% done (2460 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 30.63% done (2190 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 31.05% done (2220 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 33.42% done (2490 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 33.83% done (2520 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 31.47% done (2250 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 34.23% done (2550 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 31.89% done (2280 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 34.63% done (2580 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 32.31% done (2310 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 32.73% done (2340 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 35.03% done (2610 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 33.15% done (2370 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 35.44% done (2640 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 30.61% done (2250 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 33.57% done (2400 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 35.84% done (2670 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 33.99% done (2430 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 31.02% done (2280 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 36.24% done (2700 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 31.43% done (2310 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 31.85% done (2370 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 36.64% done (2730 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 32.26% done (2400 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 31.84% done (2340 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 32.24% done (2370 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 32.66% done (2430 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 37.05% done (2760 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 32.65% done (2400 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 33.06% done (2460 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 33.47% done (2490 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 33.06% done (2430 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 33.47% done (2460 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 33.87% done (2520 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 33.88% done (2490 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 34.27% done (2550 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 34.68% done (2580 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 34.29% done (2520 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 35.08% done (2610 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 34.69% done (2550 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 35.10% done (2580 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 35.48% done (2640 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 35.51% done (2610 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 35.89% done (2670 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 35.92% done (2640 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 36.29% done (2700 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 36.69% done (2730 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 37.10% done (2760 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 34.41% done (2460 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 34.83% done (2490 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 35.24% done (2520 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 37.45% done (2790 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 35.66% done (2550 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 37.85% done (2820 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 36.08% done (2580 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 38.26% done (2850 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 36.50% done (2610 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 38.66% done (2880 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 36.92% done (2640 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 39.06% done (2910 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 37.34% done (2670 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 39.46% done (2940 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 37.76% done (2700 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 39.87% done (2970 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 36.33% done (2670 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 38.18% done (2730 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 40.27% done (3000 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 36.73% done (2700 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 37.50% done (2790 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 40.67% done (3030 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 37.14% done (2730 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 37.55% done (2760 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 41.07% done (3060 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 37.90% done (2820 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 37.96% done (2790 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 38.31% done (2850 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 38.37% done (2820 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 38.71% done (2880 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 38.78% done (2850 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 39.11% done (2910 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 39.52% done (2940 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 39.18% done (2880 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 39.59% done (2910 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 40.00% done (2940 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 39.92% done (2970 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 40.32% done (3000 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 40.73% done (3030 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 41.13% done (3060 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 38.60% done (2760 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 39.02% done (2790 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 39.44% done (2820 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 39.86% done (2850 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 41.48% done (3090 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 41.88% done (3120 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 40.28% done (2880 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 40.70% done (2910 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 42.28% done (3150 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 41.12% done (2940 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 42.68% done (3180 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 41.54% done (2970 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 43.09% done (3210 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 40.41% done (2970 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 41.96% done (3000 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 43.49% done (3240 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 40.82% done (3000 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 43.89% done (3270 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 41.22% done (3030 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 44.30% done (3300 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 41.53% done (3090 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 41.63% done (3060 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 44.70% done (3330 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 41.94% done (3120 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 42.04% done (3090 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 42.34% done (3150 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 42.45% done (3120 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 42.86% done (3150 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 42.74% done (3180 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 43.15% done (3210 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 43.55% done (3240 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 43.27% done (3180 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 43.67% done (3210 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 43.95% done (3270 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 44.35% done (3300 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 44.76% done (3330 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 42.38% done (3030 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 42.80% done (3060 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 43.22% done (3090 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 43.64% done (3120 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 45.10% done (3360 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 45.50% done (3390 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 44.06% done (3150 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 45.91% done (3420 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 44.48% done (3180 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 44.90% done (3210 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 44.08% done (3240 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 46.31% done (3450 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 44.49% done (3270 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 46.71% done (3480 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 44.90% done (3300 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 47.11% done (3510 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 45.16% done (3360 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 47.52% done (3540 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 45.31% done (3330 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 45.56% done (3390 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 45.71% done (3360 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 45.97% done (3420 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 46.12% done (3390 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 46.37% done (3450 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 46.53% done (3420 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 46.77% done (3480 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 47.18% done (3510 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 45.31% done (3240 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 47.58% done (3540 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 45.73% done (3270 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 46.15% done (3300 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 46.57% done (3330 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 47.92% done (3570 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 46.99% done (3360 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 48.32% done (3600 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 47.41% done (3390 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 48.72% done (3630 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 47.83% done (3420 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 46.94% done (3450 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 49.13% done (3660 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 47.35% done (3480 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 49.53% done (3690 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 47.76% done (3510 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 49.93% done (3720 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 47.98% done (3570 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 48.16% done (3540 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 48.39% done (3600 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 50.34% done (3750 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 48.57% done (3570 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 48.98% done (3600 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 48.79% done (3630 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 49.19% done (3660 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 49.39% done (3630 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 49.60% done (3690 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 50.00% done (3720 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 48.25% done (3450 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 50.40% done (3750 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 48.67% done (3480 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 49.09% done (3510 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 49.51% done (3540 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 49.93% done (3570 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 50.74% done (3780 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 50.35% done (3600 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 51.14% done (3810 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 49.80% done (3660 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 51.54% done (3840 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 50.20% done (3690 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 51.95% done (3870 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 50.61% done (3720 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 52.35% done (3900 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 50.81% done (3780 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 51.02% done (3750 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 52.75% done (3930 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 51.21% done (3810 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 51.43% done (3780 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 51.84% done (3810 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 51.61% done (3840 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 52.02% done (3870 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 52.42% done (3900 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 50.77% done (3630 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 52.82% done (3930 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 51.19% done (3660 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 51.61% done (3690 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 52.03% done (3720 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 52.45% done (3750 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 53.15% done (3960 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 52.24% done (3840 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 53.56% done (3990 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 52.65% done (3870 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 53.96% done (4020 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 53.06% done (3900 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 54.36% done (4050 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 53.23% done (3960 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 53.47% done (3930 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 54.77% done (4080 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 53.88% done (3960 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 53.63% done (3990 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 55.17% done (4110 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 54.29% done (3990 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 54.03% done (4020 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 54.44% done (4050 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 52.87% done (3780 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 54.84% done (4080 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 53.29% done (3810 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 53.71% done (3840 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 54.13% done (3870 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 54.55% done (3900 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 55.57% done (4140 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 54.69% done (4020 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 55.10% done (4050 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 55.97% done (4170 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 56.38% done (4200 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 55.51% done (4080 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 55.24% done (4110 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 56.78% done (4230 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 55.92% done (4110 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 56.33% done (4140 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 55.65% done (4140 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 57.18% done (4260 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 56.05% done (4170 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 54.97% done (3930 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 56.45% done (4200 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 56.85% done (4230 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 55.38% done (3960 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 55.80% done (3990 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 56.22% done (4020 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 56.64% done (4050 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 57.58% done (4290 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 56.73% done (4170 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 57.99% done (4320 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 57.14% done (4200 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 57.55% done (4230 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 58.39% done (4350 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 57.96% done (4260 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 57.26% done (4260 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 58.79% done (4380 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 57.66% done (4290 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 58.06% done (4320 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 58.47% done (4350 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 57.06% done (4080 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 57.48% done (4110 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 57.90% done (4140 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 58.32% done (4170 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 58.37% done (4290 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 59.19% done (4410 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 58.78% done (4320 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 59.60% done (4440 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 59.18% done (4350 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 60.00% done (4470 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 59.59% done (4380 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 58.87% done (4380 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 60.40% done (4500 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 59.27% done (4410 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 60.81% done (4530 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 59.68% done (4440 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 60.08% done (4470 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 58.74% done (4200 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 59.16% done (4230 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 60.48% done (4500 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 59.58% done (4260 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 60.00% done (4290 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 60.00% done (4410 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 60.42% done (4320 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 60.41% done (4440 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 61.21% done (4560 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 60.82% done (4470 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 61.61% done (4590 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 61.22% done (4500 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 62.01% done (4620 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 60.89% done (4530 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 61.29% done (4560 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 61.69% done (4590 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 60.84% done (4350 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 62.10% done (4620 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 61.26% done (4380 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 61.68% done (4410 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 61.63% done (4530 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 62.04% done (4560 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 62.42% done (4650 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 62.45% done (4590 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 62.82% done (4680 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 62.86% done (4620 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 63.22% done (4710 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 62.50% done (4650 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 63.62% done (4740 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 62.90% done (4680 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 62.10% done (4440 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 63.31% done (4710 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 62.52% done (4470 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 63.71% done (4740 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 62.94% done (4500 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 63.36% done (4530 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 63.27% done (4650 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 63.67% done (4680 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 64.03% done (4770 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 64.08% done (4710 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 64.43% done (4800 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 64.83% done (4830 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 65.23% done (4860 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 64.11% done (4770 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 64.52% done (4800 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 63.78% done (4560 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 64.20% done (4590 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 64.92% done (4830 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 65.32% done (4860 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 64.62% done (4620 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 64.49% done (4740 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 64.90% done (4770 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 65.31% done (4800 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 65.64% done (4890 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 66.04% done (4920 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 66.44% done (4950 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 65.73% done (4890 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 66.85% done (4980 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 65.03% done (4650 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 65.45% done (4680 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 66.13% done (4920 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 65.87% done (4710 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 65.71% done (4830 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 66.53% done (4950 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 66.12% done (4860 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 66.53% done (4890 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 66.94% done (4920 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 67.25% done (5010 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 67.65% done (5040 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 66.94% done (4980 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 66.29% done (4740 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 67.34% done (5010 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 66.71% done (4770 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 67.13% done (4800 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 67.74% done (5040 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 67.35% done (4950 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 67.55% done (4830 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 67.76% done (4980 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 68.16% done (5010 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 68.05% done (5070 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 68.46% done (5100 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 68.86% done (5130 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 68.15% done (5070 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 68.55% done (5100 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 67.97% done (4860 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 68.39% done (4890 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 68.57% done (5040 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 68.95% done (5130 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 68.81% done (4920 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 68.98% done (5070 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 69.35% done (5160 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 69.39% done (5100 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 69.80% done (5130 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 69.26% done (5160 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 69.66% done (5190 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 70.07% done (5220 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 70.47% done (5250 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 69.23% done (4950 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 69.76% done (5190 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 70.16% done (5220 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 69.65% done (4980 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 70.20% done (5160 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 70.56% done (5250 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 70.61% done (5190 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 71.02% done (5220 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 70.87% done (5280 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 71.28% done (5310 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 70.07% done (5010 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 71.68% done (5340 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 70.49% done (5040 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 70.91% done (5070 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 70.97% done (5280 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 71.37% done (5310 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 71.43% done (5250 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 71.77% done (5340 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 71.84% done (5280 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 72.08% done (5370 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 71.33% done (5100 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 72.48% done (5400 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 71.75% done (5130 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 72.18% done (5370 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 72.24% done (5310 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 72.17% done (5160 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 72.58% done (5400 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 72.65% done (5340 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 73.06% done (5370 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 72.89% done (5430 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 73.29% done (5460 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 72.59% done (5190 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 73.69% done (5490 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 72.98% done (5430 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 73.01% done (5220 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 74.09% done (5520 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 73.39% done (5460 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 73.47% done (5400 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 73.43% done (5250 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 73.88% done (5430 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 73.79% done (5490 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 74.19% done (5520 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 74.29% done (5460 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 74.50% done (5550 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 73.85% done (5280 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 74.27% done (5310 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 74.90% done (5580 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 74.60% done (5550 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 74.69% done (5490 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 75.10% done (5520 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 75.00% done (5580 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 75.30% done (5610 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 74.69% done (5340 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 75.70% done (5640 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 75.10% done (5370 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 75.40% done (5610 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 75.51% done (5550 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 76.11% done (5670 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 75.52% done (5400 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 75.81% done (5640 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 75.92% done (5580 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 76.33% done (5610 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 76.51% done (5700 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 75.94% done (5430 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 76.21% done (5670 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 76.36% done (5460 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 76.91% done (5730 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 76.73% done (5640 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 76.61% done (5700 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 77.02% done (5730 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 77.14% done (5670 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 77.32% done (5760 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 76.78% done (5490 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 77.20% done (5520 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 77.72% done (5790 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 77.55% done (5700 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 78.12% done (5820 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 77.62% done (5550 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 77.96% done (5730 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 77.42% done (5760 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 77.82% done (5790 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 78.37% done (5760 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 78.23% done (5820 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 78.04% done (5580 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 78.52% done (5850 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 78.93% done (5880 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 78.46% done (5610 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 78.78% done (5790 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 78.63% done (5850 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 79.18% done (5820 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 79.03% done (5880 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 79.33% done (5910 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 78.88% done (5640 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 79.30% done (5670 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 79.59% done (5850 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 79.73% done (5940 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 79.44% done (5910 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 80.13% done (5970 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 79.84% done (5940 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 80.00% done (5880 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 79.72% done (5700 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 80.41% done (5910 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 80.54% done (6000 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 80.14% done (5730 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 80.56% done (5760 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 80.24% done (5970 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 80.82% done (5940 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 80.65% done (6000 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 80.94% done (6030 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 81.22% done (5970 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 80.98% done (5790 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 81.34% done (6060 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 81.40% done (5820 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 81.05% done (6030 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 81.63% done (6000 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 81.45% done (6060 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 82.04% done (6030 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 81.74% done (6090 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 81.82% done (5850 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 82.15% done (6120 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 82.24% done (5880 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 81.85% done (6090 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 82.45% done (6060 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 82.55% done (6150 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 82.86% done (6090 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 82.26% done (6120 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 82.66% done (6150 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 82.66% done (5910 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 82.95% done (6180 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 83.27% done (6120 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 83.08% done (5940 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 83.36% done (6210 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 83.06% done (6180 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 83.47% done (6210 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 83.50% done (5970 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 83.67% done (6150 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 83.76% done (6240 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 84.08% done (6180 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 83.92% done (6000 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 84.16% done (6270 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 84.49% done (6210 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 83.87% done (6240 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 84.27% done (6270 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 84.34% done (6030 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 84.56% done (6300 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 84.90% done (6240 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 85.31% done (6270 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 84.97% done (6330 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 84.68% done (6300 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 85.08% done (6330 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 84.76% done (6060 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 85.17% done (6090 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 85.71% done (6300 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 85.59% done (6120 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 85.37% done (6360 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 86.12% done (6330 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 85.48% done (6360 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 85.77% done (6390 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 85.89% done (6390 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 86.01% done (6150 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 86.17% done (6420 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 86.53% done (6360 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 86.29% done (6420 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 86.58% done (6450 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 86.69% done (6450 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 86.43% done (6180 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 86.85% done (6210 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 86.94% done (6390 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 87.27% done (6240 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 87.35% done (6420 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 86.98% done (6480 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 87.38% done (6510 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 87.10% done (6480 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 87.50% done (6510 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 87.76% done (6450 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 87.69% done (6270 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 87.79% done (6540 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 88.16% done (6480 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 87.90% done (6540 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 88.11% done (6300 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 88.53% done (6330 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 88.57% done (6510 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 88.19% done (6570 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 88.98% done (6540 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 88.59% done (6600 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 88.31% done (6570 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 88.99% done (6630 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 88.71% done (6600 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 88.95% done (6360 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 89.39% done (6570 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 89.37% done (6390 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 89.80% done (6600 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 89.40% done (6660 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 89.11% done (6630 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 89.52% done (6660 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 89.92% done (6690 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 89.79% done (6420 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 90.21% done (6450 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 90.20% done (6630 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 89.80% done (6690 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 90.20% done (6720 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 90.63% done (6480 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 90.61% done (6660 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 91.02% done (6690 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 90.60% done (6750 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 90.32% done (6720 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 91.01% done (6780 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 90.73% done (6750 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 91.43% done (6720 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 91.05% done (6510 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 91.47% done (6540 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 91.84% done (6750 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 91.13% done (6780 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 91.41% done (6810 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 91.53% done (6810 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 91.89% done (6570 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 92.31% done (6600 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 92.24% done (6780 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 91.81% done (6840 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 92.21% done (6870 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 91.94% done (6840 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 92.65% done (6810 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 92.73% done (6630 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 93.06% done (6840 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 93.15% done (6660 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 92.62% done (6900 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 92.34% done (6870 of 7440 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 92.74% done (6900 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 93.02% done (6930 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 93.15% done (6930 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 93.47% done (6870 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 93.57% done (6690 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 93.42% done (6960 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 93.55% done (6960 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 93.99% done (6720 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 93.88% done (6900 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 94.29% done (6930 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 93.83% done (6990 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 94.23% done (7020 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 93.95% done (6990 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 94.41% done (6750 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 94.35% done (7020 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 94.69% done (6960 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 94.83% done (6780 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 94.63% done (7050 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 94.76% done (7050 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 95.10% done (6990 of 7350 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 95.51% done (7020 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 95.24% done (6810 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 95.92% done (7050 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 95.03% done (7080 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 95.16% done (7080 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 95.66% done (6840 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 95.44% done (7110 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 96.08% done (6870 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 95.56% done (7110 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 96.33% done (7080 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 95.84% done (7140 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 95.97% done (7140 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 96.24% done (7170 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 96.50% done (6900 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 96.73% done (7110 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 96.37% done (7170 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 96.64% done (7200 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 97.14% done (7140 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 96.92% done (6930 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 97.34% done (6960 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 96.77% done (7200 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 97.55% done (7170 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 97.05% done (7230 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 97.18% done (7230 of 7440 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 97.76% done (6990 of 7150 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 97.45% done (7260 of 7450 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 97.96% done (7200 of 7350 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 98.18% done (7020 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 98.37% done (7230 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 97.58% done (7260 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 97.85% done (7290 of 7450 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 98.26% done (7320 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 98.60% done (7050 of 7150 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 97.98% done (7290 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 98.78% done (7260 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 98.39% done (7320 of 7440 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 99.18% done (7290 of 7350 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 98.66% done (7350 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 99.02% done (7080 of 7150 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 99.44% done (7110 of 7150 inputs)
Evaluating 3-paths for session 1 of CSV Cnt-Columns: 99.59% done (7320 of 7350 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 98.79% done (7350 of 7440 inputs)
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 99.06% done (7380 of 7450 inputs)
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 99.19% done (7380 of 7440 inputs)
[17:55:35] DONE Evaluating 3-paths for session 1 of CSV Cnt-Columns
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 99.46% done (7410 of 7450 inputs)
Evaluating 3-paths for session 2 of CSV Cnt-Columns: 99.86% done (7140 of 7150 inputs)
[17:56:23] DONE Evaluating 3-paths for session 2 of CSV Cnt-Columns
Evaluating 4-paths for session 1 of CSV Cnt-Columns: 99.60% done (7410 of 7440 inputs)
[17:56:59] DONE Evaluating 4-paths for session 1 of CSV Cnt-Columns
Evaluating 4-paths for session 2 of CSV Cnt-Columns: 99.87% done (7440 of 7450 inputs)
[17:57:37] DONE Evaluating 4-paths for session 2 of CSV Cnt-Columns
Analyzing sessions 1, 2 for CSV Grammar Fuzzer
Analyzing sessions 1, 2 for CSV Cnt-Columns


+--------------------+------------+------------------+------------+--------------------------+
| Job                | Efficiency |    Precision     | Diversity  | Mean/Median Input Length |
+--------------------+------------+------------------+------------+--------------------------+
| CSV Grammar Fuzzer |     924.52 | 565.08 ( 61.12%) |    100.00% |            9.40 /   8.00 |
| CSV Cnt-Columns    |     124.08 | 124.08 (100.00%) |    100.00% |         1212.33 / 837.00 |
+--------------------+------------+------------------+------------+--------------------------+
isla@5df498c7b197 ~/isla ((v0.10.6))>
