You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some infos about attachments in the text export, but not yet in the csv export.
I did some modifications to add attachment infos to csv export.
The changes have a "works for me" state right now but I could beautify and provide them if it is of interest...
It creates an additional line in the output for each attachment (fourth field is 3).
Example:
1619164247433,1619164247445,19,3,0,"+436645647503","John","attachment-2021-04-23-09-50-47.jpg (image/jpeg, 110047 bytes, id 95-1619164179411)"
1619164247433,1619164247445,19,1,1,"+436645647503","John","Jim posted this"
The lines are added above the actual message because this is closer to how it is shown in the app.
The text was updated successfully, but these errors were encountered:
The changes have a "works for me" state right now but I could beautify and provide them if it is of interest...
Yes, that would be a useful addition.
The lines are added above the actual message because this is closer to how it is shown in the app.
True, but then again, the reaction lines are added below the message, so I think it would be more consistent to add the attachment lines below as well.
R-Zwi
added a commit
to R-Zwi/sigbak
that referenced
this issue
Nov 26, 2024
There are some infos about attachments in the text export, but not yet in the csv export.
I did some modifications to add attachment infos to csv export.
The changes have a "works for me" state right now but I could beautify and provide them if it is of interest...
It creates an additional line in the output for each attachment (fourth field is 3).
Example:
The lines are added above the actual message because this is closer to how it is shown in the app.
The text was updated successfully, but these errors were encountered: