Hi, I have compress a text with AttributeCompressor and stored it in an XML file. The text should be a password, so I don't want to store it as plain text. Then, I read the XML file and try to decompress the password with AttrributeDecompressor. But I only get this:
2023-12-15 14:31:40| 0.6| 0.0|ERROR |@CompressAttributes: The 'Compressed-table.Compressed.password' attribute could not be decompressed
By the moment, I'm only compressing, not enconding. But I cannot make it work.
I'm using FME Desktop 2022. I'm attaching both workbenches, (compress and decompress), the xml written by the first and readed by the second, and the logs of my execution.
Thank you for your help.
Best regards.