Yes the issue was solved with that parameter, I request then that this parameter be added to the “[wpdm_category] – Query All Downloads From One or More Categories” documentation page before I close this issue as resolved.
Hello,
I found what was the problem, I’m using Excel to edit the CSV and, for some reason, althought it’s a Comma Separated Values file, Excel saves the file with “;” as separator and not “,”…after editing the file and replacing the separators with “,” it was successful.
thanks
Hello,
Any suggestion on why the shared CSV that follows the sample is returning error and not importing?
Regards,
Ok we can use the category slug instead of the category name that solves my need.
That was clear, for new categories it will save as a new category name.
Regards
That i already did, the link to the respective CSV – https://we.tl/t-ZH5kFGBZUO .
The errors are always the same.
Regards
Tried with a new csv that has just 1 entry and follows the sample csv and still gives the same error (below)
sample based CSV test file:
https://we.tl/t-ZH5kFGBZUO
error from debug log:
[19-Jul-2021 15:57:34 UTC] PHP Notice: Undefined index: csv in /home/devicsgs/public_html/wp-content/plugins/download-manager/src/Admin/Menu/ImportExport.php on line 107
[19-Jul-2021 15:57:34 UTC] PHP Notice: Trying to access array offset on value of type null in /home/devicsgs/public_html/wp-content/plugins/download-manager/src/Admin/Menu/ImportExport.php on line 107
[19-Jul-2021 15:57:34 UTC] PHP Notice: Undefined index: access in /home/devicsgs/public_html/wp-content/plugins/download-manager/src/Admin/Menu/ImportExport.php on line 180
[19-Jul-2021 15:57:34 UTC] PHP Notice: Undefined index: tags in /home/devicsgs/public_html/wp-content/plugins/download-manager/src/Admin/Menu/ImportExport.php on line 334
Hello,
I’ve checked the sample, can you tell me which columns are mandatory and which are optional? Are they all mandatory?
In the sample excel how do I know which fields can be blank (because they have default values) and which need to have some value? This is not referred in the bulk import documentation.
Regards
They are different categories, different categoryIDs and different slugs, they have just the same name.
Can we use the category slug instead of the category name?
Hi,
I know how to use the bulk import, the question is, if you have 2 categories with the same name (“2020” in example given) but different CategoryID (because they are child of different parent categories “Type1” and “Type2” in example given), how can you reference one or the other?
We can’t use CategoryID with bulk import right?
Regards