• Im building a mobile application for android devices and i would like to have the ability to read users data when internet connection is not available so it would be great if i could somehow fetch all the users data in one file. is this possible?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The plugin is set up to export a CSV file with the record data. This is normally only available on the admin side, but it is possible to place a CSV download link on the frontend with a special template:

    Adding a CSV Download Button

    Thread Starter Exoskeletor

    (@exoskeletor)

    Ok nice, can also in the csv exist the image url of the participants automatically? or i should always manually include it?

    Plugin Author xnau webdesign

    (@xnau)

    A CSV can only include text data, so images must be downloaded separately.

    Thread Starter Exoskeletor

    (@exoskeletor)

    full image url is a text data, all i want is that. Should i manually create a image url field and add the image url one ach user manually?

    Your plugin to download csv is really great idea, with custom template we can configure who will have access for better security.

    Plugin Author xnau webdesign

    (@xnau)

    there is no “image URL” field such that it would display an image. You can of course, have a text field that holds an image URL. If you want to include an absolute path to an image in the export, you will probably need to create some custom code to do that.

    Thread Starter Exoskeletor

    (@exoskeletor)

    Consider adding this in a future release please cause ib cases like mine it is helpful. In making a website and a mobile for people with dementia decease and with a csv button i can easily connect the WordPress site with the application

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is there any way to export the data as xml or something?’ is closed to new replies.