Which IIQ version are you inquiring about?
8.3
Description
I’m trying to make a custom RunRule task. I know that custom inputs are possible.
I want to know if it is possible to import a file (.csv) as an input.
Thanks
8.3
I’m trying to make a custom RunRule task. I know that custom inputs are possible.
I want to know if it is possible to import a file (.csv) as an input.
Thanks
were you be file lying ? on your local workstation or on the IIQ application servers ?
I know that i can access it if the file is in the IIQ Application Server. I was asking about a file that is in my local device
Hi @tmamouros
You can write a custom rule (Beanshell or Java rule) that reads a CSV file from a specified file path on the IIQ app server where it’s running and take the input.
You have to make some arrangements in moving the file from your local to app server by powershell or bash scripting based on the OS where you are running IIQ.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.