Re: [dspace-tech] Re: Export collection into CSV need add Has file field
Hello, the information (whether an item has a file in the bundle original) is available in the solr search index see http://demo.dspace.org/xmlui/handle/10673/1/discover?filtertype=has_content_in_original_bundle&filter_relational_operator=equals&filter=true Hope this helps Claudia Jürgen Am 27.09.2017 um 11:10 schrieb Bhavesh Patel: Thank you Bob for your mail. Is there any way to take report from directly from database (executing select query) for particular collection? Regards, Bhavesh Thanks & Regards, *Bhavesh R. Patel* *"Learning is a never ending process"* On Tue, Sep 26, 2017 at 5:20 AM, Bob Dougherty wrote: Bhavesh, There is no metadata field indicating whether an item has any uploaded files. So you can't expect to get that information in the metadata export. You can use the API to get information about files (bitstreams), but that is not nearly as easy as downloading a CSV file. -Bob On Monday, September 25, 2017 at 7:03:57 AM UTC-4, Bhavesh Patel wrote: Dear All, This email regarding to the Export Metadata facility feature from User Interface - Administrator panel in XMLUI. [image: Inline image 1] Once we export into CSV it will not showing the Has file (If file is uploaded) field, Is there any way to add this field into the CSV file? DSpace: 6.0 Interface: XMLUI OS: CentOS 7 - 64-bit Thanks & Regards, *Bhavesh R. Patel* *"Learning is a never ending process"* -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To post to this group, send email to dspace-tech@googlegroups.com. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout. -- Claudia Juergen Eldorado Technische Universität Dortmund Universitätsbibliothek Vogelpothsweg 76 44227 Dortmund Tel.: +49 231-755 40 43 Fax: +49 231-755 40 32 claudia.juer...@tu-dortmund.de www.ub.tu-dortmund.de Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen. Important note: The information included in this e-mail is confidential. It is solely intended for the recipient. If you are not the intended recipient of this e-mail please contact the sender and delete this message. Thank you. Without prejudice of e-mail correspondence, our statements are only legally binding when they are made in the conventional written form (with personal signature) or when such documents are sent by fax. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To post to this group, send email to dspace-tech@googlegroups.com. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
Re: [dspace-tech] Re: Export collection into CSV need add Has file field
The REST reports in DSpace 6 allow you to filter for items with/without a bitstream. These reports allow you to generate CSV files that can perform metadata updates. See https://wiki.duraspace.org/display/DSDOC6x/REST+Based+Quality+Control+Reports You can test the reports here: https://demo.dspace.org/rest/static/reports/query.html On Wed, Sep 27, 2017 at 2:10 AM, Bhavesh Patel wrote: > Thank you Bob for your mail. > > Is there any way to take report from directly from database (executing > select query) for particular collection? > > Regards, > Bhavesh > > Thanks & Regards, > *Bhavesh R. Patel* > > *"Learning is a never ending process"* > > > On Tue, Sep 26, 2017 at 5:20 AM, Bob Dougherty > wrote: > >> Bhavesh, >> >> There is no metadata field indicating whether an item has any uploaded >> files. So you can't expect to get that information in the metadata export. >> >> You can use the API to get information about files (bitstreams), but that >> is not nearly as easy as downloading a CSV file. >> >> -Bob >> >> >> On Monday, September 25, 2017 at 7:03:57 AM UTC-4, Bhavesh Patel wrote: >>> >>> Dear All, >>> >>> This email regarding to the Export Metadata facility feature from User >>> Interface - Administrator panel in XMLUI. >>> >>> [image: Inline image 1] >>> >>> Once we export into CSV it will not showing the Has file (If file is >>> uploaded) field, Is there any way to add this field into the CSV file? >>> >>> DSpace: 6.0 >>> Interface: XMLUI >>> OS: CentOS 7 - 64-bit >>> >>> >>> Thanks & Regards, >>> *Bhavesh R. Patel* >>> >>> *"Learning is a never ending process"* >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "DSpace Technical Support" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to dspace-tech+unsubscr...@googlegroups.com. >> To post to this group, send email to dspace-tech@googlegroups.com. >> Visit this group at https://groups.google.com/group/dspace-tech. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dspace-tech+unsubscr...@googlegroups.com. > To post to this group, send email to dspace-tech@googlegroups.com. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Terry Brady Applications Programmer Analyst Georgetown University Library Information Technology https://github.com/terrywbrady/info 425-298-5498 (Seattle, WA) -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To post to this group, send email to dspace-tech@googlegroups.com. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
Re: [dspace-tech] Re: Export collection into CSV need add Has file field
Thank you Bob for your mail. Is there any way to take report from directly from database (executing select query) for particular collection? Regards, Bhavesh Thanks & Regards, *Bhavesh R. Patel* *"Learning is a never ending process"* On Tue, Sep 26, 2017 at 5:20 AM, Bob Dougherty wrote: > Bhavesh, > > There is no metadata field indicating whether an item has any uploaded > files. So you can't expect to get that information in the metadata export. > > You can use the API to get information about files (bitstreams), but that > is not nearly as easy as downloading a CSV file. > > -Bob > > > On Monday, September 25, 2017 at 7:03:57 AM UTC-4, Bhavesh Patel wrote: >> >> Dear All, >> >> This email regarding to the Export Metadata facility feature from User >> Interface - Administrator panel in XMLUI. >> >> [image: Inline image 1] >> >> Once we export into CSV it will not showing the Has file (If file is >> uploaded) field, Is there any way to add this field into the CSV file? >> >> DSpace: 6.0 >> Interface: XMLUI >> OS: CentOS 7 - 64-bit >> >> >> Thanks & Regards, >> *Bhavesh R. Patel* >> >> *"Learning is a never ending process"* >> >> -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dspace-tech+unsubscr...@googlegroups.com. > To post to this group, send email to dspace-tech@googlegroups.com. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To post to this group, send email to dspace-tech@googlegroups.com. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
[dspace-tech] Re: Export collection into CSV need add Has file field
Bhavesh, There is no metadata field indicating whether an item has any uploaded files. So you can't expect to get that information in the metadata export. You can use the API to get information about files (bitstreams), but that is not nearly as easy as downloading a CSV file. -Bob On Monday, September 25, 2017 at 7:03:57 AM UTC-4, Bhavesh Patel wrote: > > Dear All, > > This email regarding to the Export Metadata facility feature from User > Interface - Administrator panel in XMLUI. > > [image: Inline image 1] > > Once we export into CSV it will not showing the Has file (If file is > uploaded) field, Is there any way to add this field into the CSV file? > > DSpace: 6.0 > Interface: XMLUI > OS: CentOS 7 - 64-bit > > > Thanks & Regards, > *Bhavesh R. Patel* > > *"Learning is a never ending process"* > > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To post to this group, send email to dspace-tech@googlegroups.com. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.