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

Download this repository and install the requirements:

python -m pip install -r requirements.txt

You can also install as python package:

python -m pip 

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.0.tar.gz (4.1 kB view hashes)

Uploaded Source

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