Appendix
About output_censored Directory
-
When generating a single table, if
--censored-fields <fields>
is passed, both censored version and complete version output files will be generated, corresponding to theoutput_censored/
andoutput/
directories respectively. -
When batch generating tables, if
censoredTable
orcensoredFields
fields are configured in $tables.xlsx, both censored version and complete version output files will be generated. Tables marked withcensoredTable
will not be output to theoutput_censored/
directory, only tooutput/
. -
If
censoredTable
orcensoredFields
fields are not configured, only oneoutput/
will be generated.
About file_identifier
x2f uses the hash of the fbs content as the file_identifier for .fbs files. You can use the BufferHasIdentifier
interface in the generated code to verify if the binary matches the code.
uint64/int64 Precision Issues
When storing numbers like 9007199254740993 in the table, precision may be lost. You can set the cell to text format to preserve precision.