Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoranzhou committed Nov 8, 2024
1 parent 6f039d1 commit 15a1046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def main(filepath='../test-data/biosamples-original-isa.json',
parser = argparse.ArgumentParser(description='Validate JSON data using JSONata expressions from a CSV file.')

# Define command-line arguments
parser.add_argument('--filepath', type=str, required=True, help='Path to the JSON file to be validated.')
parser.add_argument('filepath', type=str, help='Path to the JSON file to be validated.')
parser.add_argument('--table_url', type=str, required=False, help='URL of the CSV file containing JSONata expressions.', default='https://docs.google.com/spreadsheets/d/e/2PACX-1vQvgQoUByiJgGcJ4jtD8bG9AyQrh4TYVQE8aq7AqJRxLdfyLFATKspu_vkyqbVsTyEnNIBHqWtpgV6X/pub?gid=0&single=true&output=csv')

# Parse the arguments
Expand Down

0 comments on commit 15a1046

Please sign in to comment.