Description
I am unable to upload via csv or copy/paste raw csv. Not sure if it's my formatting or not but it keeps saying it's found the right amount of redirects but they all fail. I've tried different combinations and have not been able to get any of them to work.
Below are combinations I've tried using a real example:
blog/dont-let-grinch-steal-christmas/;[[~1447]]
blog/dont-let-grinch-steal-christmas/;[[~1447]];
blog/dont-let-grinch-steal-christmas/;[[~1447]];;
"blog/dont-let-grinch-steal-christmas/;[[~1447]]"
"blog/dont-let-grinch-steal-christmas/;[[~1447]];"
"blog/dont-let-grinch-steal-christmas/;[[~1447]];;"
blog/dont-let-grinch-steal-christmas/;[[~1447]],
blog/dont-let-grinch-steal-christmas/;[[~1447]];,
blog/dont-let-grinch-steal-christmas/;[[~1447]];;,
"blog/dont-let-grinch-steal-christmas/;[[~1447]]",
"blog/dont-let-grinch-steal-christmas/;[[~1447]];",
"blog/dont-let-grinch-steal-christmas/;[[~1447]];;",
"blog/dont-let-grinch-steal-christmas/;[[~1447]],"
"blog/dont-let-grinch-steal-christmas/;[[~1447]];,"
"blog/dont-let-grinch-steal-christmas/;[[~1447]];;,"
This is what I get when I do a print_r on for the array:
(Array
(
[0] => Array
(
[0] => blog/dont-let-grinch-steal-christmas/
[1] => [[~1447]]
[2] =>
)
)
{"success":true,"message":"Total 1 records found. Imported: 0 successful and 1 failed!","total":0,"data":[],"object":[]})
Any help or guidance would be awesome.
Bulk upload would be really awesome because I have over 700 redirects to put in place.