Skip to content

Extraction structured data from semi-structured files

Notifications You must be signed in to change notification settings

eaubin/StructExtract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datamaran

Datamaran is a toolkit for extracting structure from semi-structured log datasets without human supervision.

Build

cd StructExtract
make datamaran
mv datamaran ../

Usage

./datamaran sample.txt output

This usually takes a few minutes. When it finishes, it will generate a series of output files with name: output_1.tsv,output_2.tsv,... respectively. Each of these files would contain one type of extracted record, and the number of such files depend on the number of record types recognized in the input file.

About

Extraction structured data from semi-structured files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • Lex 1.5%
  • Other 1.3%