You are viewing limited content. For full access, please sign in.

Question

Question

Onsite output to csv

asked on July 13, 2021

Hi,

I'm trying to output table data in LF Onsite (using quickfields or running a workflow within quickfields as the files are imported). Basically I need to collect the document type, name, address, and ID of the person referenced on each of the documents that gets imported and write it to a table.

Any suggestions for how to do this would be helpful. I used a lookup/ Rules query to do something similar in Cloud, but now I need to do it in a non-internet accessible environment.

Thanks!
Steve S

0 0

Replies

replied on July 13, 2021

If you save it to a template, you can search by template, export the search report as a CSV, then import to a SQL database (assuming this last part since you mentioned writing to a "table").

If your trying to automate writing to a table, you can use the Custom Query activity in workflow.

If your trying to automate writing to a CSV, I usually have to use C#, but Workflow can automatically bring the output file back into the repository from the server hard disk.

0 0
replied on July 20, 2021

See this thread for an example.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.