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 details)
File details
Details for the file sliders-0.1.6.tar.gz
.
File metadata
- Download URL: sliders-0.1.6.tar.gz
- Upload date:
- Size: 153.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3543fe27e117539c4b1011d85e711e5f33cf1ad5d0dfb06dcbfce2051ee4f010
|
|
MD5 |
35ce8c1576760342e14e9c105fd10e31
|
|
BLAKE2b-256 |
43b71163afddd8f4f8a8e43aca1a41b22cfa610b36290f4d562996971bcc6914
|