Xyrio / RSSOwlnix

RSSOwlnix is a fork of RSSOwl a powerful application to organize, search and read your RSS, RDF & Atom news feeds in a comfortable way. Highlights are saved searches, notifications, filters, fast fulltext search and a flexible, clean user interface.
Eclipse Public License 1.0
237 stars 22 forks source link

exporting data to csv #97

Closed Koinokalo closed 3 years ago

Koinokalo commented 4 years ago

Volevo sapere se qualcuno è in grado di aggiungere delle nuove funzionalità al programma. In particolare la possibilità di esportare in un file CSV tutti i dati dei feed mediante selezione singola. Aggiungere al MENU "Condividi" la voce export CSV e consentire di selezionare i campi da esportare (Gli stessi presenti nelle preferenze). Aggiungere il link alla immagine.

Per chi fosse interessato anche con contributo può contattarmi a giovanni.erra@koinokalo.it

Grazie

ErikBrown2 commented 4 years ago

Daar ben ik het helemaal mee eens. Maybe it would be handy to use English?

Koinokalo commented 4 years ago

Sorry, do you think we can make this change to the software? How long does it take? how much could it cost? Do you need any more information?

You can contact me at any time.

Il giorno lun 17 ago 2020 alle ore 16:03 ErikBrown2 < notifications@github.com> ha scritto:

Daar ben ik het helemaal mee eens. Maybe it would be handy to use English?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Xyrio/RSSOwlnix/issues/97#issuecomment-674901009, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQOFD5QQEL2GAXEJKN7JCODSBE2DHANCNFSM4QBTZPVQ .

Xyrio commented 4 years ago

i dont understand that language, explain in english. hmm export to csv? you can select news items then go menu / file / save as ... / choose csv

Koinokalo commented 4 years ago

Good morning, I use a translator to speak from Italian to English. I am looking for someone interested in adding a new feature to the program. I would like to be able to export all feed details to a CVS format file. Also, I would need to add other fields to the output file. I would like to be able to add tags or other information that I can download as output. If necessary, I can produce a detailed document. Is there anyone who could help me?

Thanks and sorry for the inconvenience.

Il giorno lun 17 ago 2020 alle ore 23:03 Xyrio notifications@github.com ha scritto:

i dont understand that language, explain in english.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Xyrio/RSSOwlnix/issues/97#issuecomment-675114079, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQOFD5SZJUHDQWQQP5PG3NLSBGLK3ANCNFSM4QBTZPVQ .

Xyrio commented 4 years ago

well tags are called labels in rssowlnix. do you want to import the csv file into excel or what? this sound like a more custom solution that won't end with just details and labels. why do you not use some scripting language and some rss library and process the rss files directly yourself?

Koinokalo commented 4 years ago

I would like to export all the data of the item to a CSV file. If possible, I would like to add other fields that are filled in manually when I see the item. For example, I would like to add some notes or an additional text. I can produce a document with the changes to be made. What language is used to write the program? I know VB and C ++

Il giorno mer 19 ago 2020 alle ore 01:24 Xyrio notifications@github.com ha scritto:

well tags are called labels in rssowlnix. do you want to import the csv file into excel or what?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Xyrio/RSSOwlnix/issues/97#issuecomment-675767320, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQOFD5X722VXBNNBCBGOA6DSBMETTANCNFSM4QBTZPVQ .

Xyrio commented 4 years ago

the program is written in java and uses eclipse rcp. it is not a beginner friendly project.

well the existing csv export could be extended to also export the description and labels. for custom notes there is the notes addon, but how to grab that data optionally, one has to figure out first.

overall it should be possible, but this has no priority for me. if it turns out to be easy i might do it, but again no promises.

Koinokalo commented 4 years ago

I can pay up to 100 euros for the changes. I can produce a document with requests for changes. Where can I get the addon? This is my email: giovanni.erra @ koinokalo.it

Grazie :-)

Il giorno mer 19 ago 2020 alle ore 20:34 Xyrio notifications@github.com ha scritto:

the program is written in java and uses eclipse rcp. well the existing csv export could be extended to also export the description and labels. for custom notes there is the notes addon, but how to grab that data optionally one has to figure out first.

overall it should be possible but this has no priority for me. if it turns out to be easy i might do it but again no promises.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Xyrio/RSSOwlnix/issues/97#issuecomment-676591514, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQOFD5X7JMGIEEIOVF4OM6LSBQLLZANCNFSM4QBTZPVQ .

Xyrio commented 4 years ago

i dont take donations.

Xyrio commented 4 years ago

https://github.com/Xyrio/RSSOwlnix/wiki/How-To-Install-Addons-or-Translations

Xyrio commented 3 years ago

after further investigation, this is already possible. it will export a feed depending on what is visible in gui table view. for example

if you dont like the default csv separator ; u ca provide it as a java system variable (on rssowlnix start or put it in the rssowlnix.ini as a new line after the -vmargs line, see also https://github.com/Xyrio/RSSOwlnix/wiki/FAQ#item_9 ) with -DcsvSeparator=\t (this is now tsv: tab separated values)