- 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.
11 lines
515 B
XML
11 lines
515 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<FILE_INFO>
|
|
<BASIC_INFO>
|
|
<STATE NAME="CONTENT_TYPE" TYPE="string" VALUE="ProgramUserData" />
|
|
<STATE NAME="PARENT" TYPE="string" VALUE="/" />
|
|
<STATE NAME="FILE_ID" TYPE="string" VALUE="c0a86451cb1215992032385300" />
|
|
<STATE NAME="FILE_TYPE" TYPE="int" VALUE="0" />
|
|
<STATE NAME="READ_ONLY" TYPE="boolean" VALUE="false" />
|
|
<STATE NAME="NAME" TYPE="string" VALUE="udf_c0a86451fc492611033559300" />
|
|
</BASIC_INFO>
|
|
</FILE_INFO>
|