Hi,
I haven’t figured out how to import a file present in the media library to an ACF Document field.
Here is what I have done:
– I have a bunch of files available at /2023/12/{filename} in the media library.
– I am importing posts from a CSV with a file column containing {filename}.
– In my importer, I select ACF – Document and I select the column value.
– Under Settings, I select Download: Media Library
This doesn’t work, so I have tried these alternatives:
– Adding the relative path to the field’s value, eg /2023/12/{16} (<– this is the file column’s number)
– Adding the full path
– Adding the full path and selecting Download: Remote URL
– Adding the full path and select Download: Local filesystem
None of these work: the file field remains empty after import.
What am I doing wrong?
Thanks!