Daniel Willitzer

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
Feb 9, 2024 at 5:21 am
#192994
Participant
Daniel Willitzer
OP

As a provider of product/plugins, I highly recommend adding the appropriate output format so that the Download plugin can handle the import process itself. Or add the ability to MAP the CSV import columns to the correct data fields, like WooCommerce for example.

Currently, it is very inconvenient as I have faced this issue on several client websites where the file fails to import using any method except WP ALL Import Pro or using an SQL import file.

Feb 9, 2024 at 5:18 am
#192993
Participant
Daniel Willitzer
OP
This reply has been marked as private.
Feb 9, 2024 at 5:17 am
#192992
Participant
Daniel Willitzer
OP

My solution I found ended up using WP All Export/Import Pro.

Failed attempts:
1) Exporting from Download Manager, then formatted the CSV per the documentation. Still results in the failed issue.
2) Exporting using Tools > Export, then import in the staging site the import hangs on the downloads import.

Feb 9, 2024 at 12:33 am
#192983
Participant
Daniel Willitzer
OP

After investigation, the issue was identified as poor programming with inconsistent export and import formats.

The export file headers

  • ID
  • post_title
  • post_status
  • comment_status
  • post_name
  • post_type
  • post_author
  • ping_status
  • post_parent
  • post_date
  • post_modified
  • comment_count
  • categories
  • tags
  • files
  • fileinfo
  • file_titles
  • file_passwords
  • file_prices
  • package_dir
  • link_label
  • download_count
  • view_count
  • version
  • stock
  • package_size
  • package_size_b
  • access
  • individual_file_download
  • cache_zip
  • template
  • page_template
  • password_lock
  • facebook_lock
  • gplusone_lock
  • linkedin_lock
  • linkedin_message
  • linkedin_url
  • tweet_lock
  • tweet_message
  • email_lock
  • email_lock_title
  • email_lock_idl
  • email_lock_msg
  • terms_title
  • terms_conditions
  • terms_check_label
  • icon
  • import_id
  • password_usage_limit
  • gc_scopes_contacts
  • twitter_handle
  • facebook_like
  • base_price
  • sales_price
  • sales_price_expire
  • pay_as_you_want
  • download_limit_per_user
  • discount

Required for import

  • title
  • url_slug
  • description
  • link_label
  • password
  • quota
  • show_quota
  • show_counter
  • access
  • template
  • category
  • icon
  • preview
  • files
  • file_titles
  • file_passwords
  • file_prices
  • package_dir
  • individual_file_download
  • cache_zip
  • download_count
  • page_template
  • uid
  • create_date
  • update_date
  • password_lock
  • terms_lock
  • linkedin_lock
  • tweet_lock
  • gplusone_lock
  • facebooklike_lock
  • email_lock
  • custom_form_field
  • email_lock_idl
  • base_price
  • sales_price
  • tags
  • acf_MoreInfo_source
  • acf_MoreInfo_excerpt
Feb 8, 2024 at 11:10 pm
#192982
Participant
Daniel Willitzer
OP
This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)