• Resolved vieiraadsv

    (@vieiraadsv)


    Hi, first of all, thanks for the excellent plugin, it’s very useful.

    I’m having an issue, entries export in csv format isn’t working, export makes empty files. However, in json format works fine.

    Please see this screenshot https://pasteboard.co/8Y6XKXJuZ.png

    I’m thinking of using a PHP lib like this one https://github.com/danmandle/JSON2CSV to convert json files in csv ones, but that definitely isn’t a good practice.

    Thanks in advance.

    P.S.

    I’m using these tools

    GF – 2.0.7

    WP CLI – 0.24.1

    GF CLI – 1.0-beta-1

    WP CORE – 4.6.1

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi and thx for the job

    I confirm this bug

    php wp-cli.phar –path=. gf entry export 3 entries.json 2>/dev/null
    Exporting entries 100% [==========================================] 0:00 / 0:00
    Success: 7 entries exported to entries.json

    but with :
    php wp-cli.phar –path=. gf entry export 3 entries.csv 2>/dev/null
    Success: Entries exported to entries.csv

    i get no entries in my csv file … any help?

    • This reply was modified 8 years, 1 month ago by zzef.
    Plugin Author Steve Henty

    (@stevehenty)

    Hi @vieiraadsv, @zzef, this has been fixed in version 1.0-beta-2.

    Cheers,
    Steve

    • This reply was modified 7 years, 9 months ago by Steve Henty.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Entries export in csv format isn’t working’ is closed to new replies.