Skip to main content

Script for indexing text files using line offsets.

Project description

FileIndexer

Tool for creating line offset indexes as tsv files.

Install

You can download this repository or directly install with:

pip install fileindexer

Index format

The index in basic case is formated as one column tsv file with voluntary headline containing file line offset.

This indexer also supports to create key mapping to given file line offset if jsonl file is provided. In that case the index is two column tsv file with first column containing key and second the corresponding file offset.

Feel free to visit examples folder with toy example to get more familiar with the format.

Examples

This repository contains examples folder with variants of indexes that could be created. Bellow follows list of commands that were used for creating those indexes:

toy_basic.jsonl.index

fileindexer examples/toy.jsonl examples/toy_basic.jsonl.index

toy_basic_with_headline.jsonl.index

fileindexer examples/toy.jsonl examples/toy_basic_with_headline.jsonl.index --headline --name_offset "file_line_offset"

toy_key_mapping.jsonl.index

fileindexer examples/toy.jsonl examples/toy_key_mapping.jsonl.index --key k

toy_key_mapping_with_headline.jsonl.index

fileindexer examples/toy.jsonl examples/toy_key_mapping_with_headline.jsonl.index --key k --headline --name_key key --name_offset "file_line_offset"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fileindexer-1.0.2.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

fileindexer-1.0.2-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page