Hello!
Is it normal that the TdmParser replaces “_” caracters with a space “ “ ?
See TdmMetadataKey#PARTICIPANT_
Thank you,
Bryan
Hello!
Is it normal that the TdmParser replaces “_” caracters with a space “ “ ?
See TdmMetadataKey#PARTICIPANT_
Thank you,
Bryan
I guess I found the answer in section 4.3.8 of CCSDS TDM blue book
Yes, I Orekit enforces the CCSDS normalization in the section you found:
4.3.8 In value fields that are text, an underscore shall be equivalent to a single blank.
Individual blanks between non-blank characters shall be retained (shall be significant) but
multiple blanks shall be equivalent to a single blank.
A bit annoying when dealing with file names which tend to have underscores.