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

NF: Adding field seperator selection in output #566

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on May 30, 2023

  1. Update ExperimentHandler.js

    Adding to ExperimentHandler a field separator property, which allows output to include field separators other than comma (e.g., TSV format).
    EitanHemed committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6e865cd View commit details
    Browse the repository at this point in the history
  2. Update ExperimentHandler.js

    Fixed type in this._field_separator
    EitanHemed committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1f1566f View commit details
    Browse the repository at this point in the history
  3. Update ExperimentHandler.js

    Passing parameters correctly to .sheet_to_csv
    EitanHemed committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f1d05c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Revert "Update ExperimentHandler.js"

    This reverts commit f1d05c8.
    EitanHemed committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    6245c38 View commit details
    Browse the repository at this point in the history
  2. Revert "Update ExperimentHandler.js"

    This reverts commit 1f1566f.
    EitanHemed committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c660fea View commit details
    Browse the repository at this point in the history
  3. Revert "Update ExperimentHandler.js"

    This reverts commit 6e865cd.
    EitanHemed committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    b67f994 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c657ad6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c7e8cf View commit details
    Browse the repository at this point in the history