Add extractor for Crusader's EUSECODE.FLX container
- Implemented a Python script to extract data from the EUSECODE.FLX file format.
- Defined data structures for candidate entries and extracted chunks using dataclasses.
- Added functions to read and parse the FLX table, extract candidate data, and generate human-readable output files.
- Included functionality for analyzing extracted data, including generating summaries, descriptors, and event family reports.
- Implemented utilities for calculating printable ratios, zero ratios, and identifying text-like data.
- Added support for writing various output formats, including JSON, TSV, and Markdown.
2026-03-22 14:27:38 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<FILE_INFO>
|
|
|
|
|
<BASIC_INFO>
|
|
|
|
|
<STATE NAME="CONTENT_TYPE" TYPE="string" VALUE="Program" />
|
2026-03-25 08:15:21 +01:00
|
|
|
<STATE NAME="PARENT" TYPE="string" VALUE="/Maddo" />
|
Add extractor for Crusader's EUSECODE.FLX container
- Implemented a Python script to extract data from the EUSECODE.FLX file format.
- Defined data structures for candidate entries and extracted chunks using dataclasses.
- Added functions to read and parse the FLX table, extract candidate data, and generate human-readable output files.
- Included functionality for analyzing extracted data, including generating summaries, descriptors, and event family reports.
- Implemented utilities for calculating printable ratios, zero ratios, and identifying text-like data.
- Added support for writing various output formats, including JSON, TSV, and Markdown.
2026-03-22 14:27:38 +01:00
|
|
|
<STATE NAME="FILE_ID" TYPE="string" VALUE="c0a86451f2583322595358500" />
|
|
|
|
|
<STATE NAME="FILE_TYPE" TYPE="int" VALUE="0" />
|
|
|
|
|
<STATE NAME="READ_ONLY" TYPE="boolean" VALUE="false" />
|
|
|
|
|
<STATE NAME="NAME" TYPE="string" VALUE="EUSECODE.FLX" />
|
|
|
|
|
</BASIC_INFO>
|
|
|
|
|
</FILE_INFO>
|