xeals / signal-back

Decrypt Signal encrypted backups outside the app
Apache License 2.0
704 stars 67 forks source link

Format CSV does not include ReadableDate #25

Closed hxrsmurf closed 6 years ago

hxrsmurf commented 6 years ago

The format XML has this column and data, but the format CSV does not.

xeals commented 6 years ago

The CSV spits out exactly what the database contains, basically. The readable date is manually created when generating the XML. I currently have no plans to add it as an output due to the amount of additional per-entry processing.