I am trying to import data from Parse. Importing the Parse’s JSON doesn’t work really well so I am writing a script to transform the JSONs into CSVs. In one of my CSVs I have a column “author__Users__bcklsFK__ONE_TO_ONE”. When I import it my author column is empty. I have another table that has a column “user__Users__bcklsFK__ONE_TO_ONE” and it imports the relations correctly. I tried using this name for the failing file’s column but it still doesn’t work. Any ideas?