I am looking for how to decode the input data of a transaction and what I have obtained up to now is in utf-8 and it gives me this data:
"Ã;` Q ò  à                                                                                 1 juan 12.456.123-9 Inacap 45.566 963-8
dentist 0xasdasetcdasdaetc 12092019 823 2358."
Then I wanted to see if anyone knows how to decode it and get it in a structured way.
https://stackoverflow.com/questions/36416827/convert-hex-to-original-string-value
https://ethereum.stackexchange.com/questions/24538/how-to-decode-input-data-with-abi-using-java/24640#24640
Web3j documentation (which looks poor in my opinion): https://web3j.readthedocs.io/en/latest/
– Iulian Jan 11 '19 at 01:33