Refactor and reformat text data
Project description
Currently only includes one module: flextableparser. To use:
>>> from sliders import flextableparser >>> parser = flextableparser.FlexTableParser(config.json, output_file, static_values) >>> parser = flextableparser.FlexTableParser() >>> parser.configure(json_file) >>> parser.add_static_values(dict) >>> parser.parse_file(input_file, output_file_handle) >>> output = parser.parse_file(input_file) $ text2table --schema=fastqc fastqc.data $ text2table --schema=fastqc fastqc.data 2>&1 > fastqc.csv # Send CSV output to file $ text2table --schema=fastqc fastqc_1.data fastqc_2.data $ text2table --schema=fastqc --output_file=out.csv fastqc.data $ text2table --schema=fastqc --output_file=out.csv --static_values=series:test,sample:A fastqc.data $ text2table --schema=fastqc ../tests/sample_fastqc.data ../tests/sample_fastqc_2.data 2>&1 >/dev/null
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sliders-0.1.6.tar.gz
(153.3 kB
view hashes)