MySQL Query
A basic query for MySQL. Input the Connection string in format: server=mysqlserverinstancename.servers.com;database=test_data;user id=usertest;password=1234@!*THN Then add your query in “Sql Query” e.g.: SELECT * FROM test_data.Table1 where Field1 = 'parameter' This connector will login and perform this query and push each line of the result into the Collection as a separate document.
Last updated