Brendan Posted January 14, 2021 Share Posted January 14, 2021 Evening all, I'm hoping to please get some help with the Simple List Import Utility if possible Basically I'm trying to import a list from a CSV using the tool but I can't seem to get the Default Display field to populate with info from the CSV, each time I do the import the Default display is populated by the Value as shown below. Am I missing something? or is it not possible to populate the Default Display field using the import tool? Many thanks Link to comment Share on other sites More sharing options...
SamS Posted January 15, 2021 Share Posted January 15, 2021 Hi @Brendan, Your query is incorrect, you are assigning "value" to disp. As the field names is already "disp", you can just suffice with : SELECT value as val, disp FROM SomeList.csv You can also simply "select value, disp from SomeList.csv" and code in "value" instead of "val". You might also want to change the {.disp} to [disp] as well (in the Translations section). I spot that what you have is part of the sample config we deliver, I'll have a look at tweaking those. 1 Link to comment Share on other sites More sharing options...
Brendan Posted January 15, 2021 Author Share Posted January 15, 2021 Hi @SamS Many thanks for your reply, I'll make those changes! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now