I am trying to link the search center to a csv file. My target website doesn't accept the string I am using for all other search engines. So for this one website I have a csv file that help with the transformation.
5 concurrent searches for ABC
4 search engine work with ABC
1 search engine needs ADC to be transformed to DEF (have csv file for all transformations)
How do I connect searchcenter to the csv file so that I can initiate all 5 searches concurrently?
Thank you