How to Fix: "No file found" during import

Some users have difficulty in importing the converted XML files as they get a “file not found error”

Like this


There are only 2 reasons why this happens:

  1. The file path is not correctly specified e.g. Someone has written only 12345outfile.xml instead of C:\Users\Downloads\12345outfile.xml
  2. The path contains start and end quotes (e.g. “C:\Users\Downloads\12345outfile.xml”). These need to be removed and only the plain path without quotes (C:\Users\Downloads\12345outfile.xml) has to be put for the import path to be picked up properly.

If you check for these 2 very common mistakes, you will be fine!