Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use spaces for CSV in indentation #642

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 17, 2021

  1. Use spaces for CSV in indentation

    The use of tabs for indentation made the example error due to finding more
    columns on the indented lines than intended. Use escaped newlines and line
    continuations to prevent the indentation from being part of the records.
    djc committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    cc02ec8 View commit details
    Browse the repository at this point in the history