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

Question

Question

Database lookup

asked on June 16, 2015

Hello,

I have thousands Certificates scanned (PDF) which I have to upload in laserfiche. I need a help of how I can use an existing excel to index them instead of filling fields manually while I have all information in excel.

If someone can help.please I am waiting.

Thank you

0 0

Replies

replied on June 16, 2015

This functionality is available in Laserfiche Quick Fields.

0 0
replied on June 16, 2015 Show version history

The quick answer is yes, it might be possible.  Here are some thoughts;

First, there needs to be a way to do a look-up on the row data that can relate that row of data to a unique PDF.  Ideally something in the PDF filename that when extracted can relate it to a unique row of data?

Secondly, I have had mixed success using Excel as an ODBC datasource for workflow.  Workflow can have many instances of the same workflow running at the same time.  Excel was not designed to handle that level of query activity.

So if there is a unique way to relate the PDF and the row data here is how I would do it;

  • Import the Excel spreadsheet data into SQL as a table
  • Import the PDF's into a Laserfiche folder that is being monitored by a workflow.  You can either  drag drop into the LF client or use Import Agent to make that happen.
  • The workflow monitoring the import folder would have these steps;
  • Extract the unique ID from the imported document filename
  • Use the Query Data or Custom Query activity to do a lookup into SQL for the unique ID and return the appropriate metadata
  • Use the Assign Field Values activity to assign the template and metadata returned from the query activity

 

Final thought is that if you have a large number of these query workflow activities running at the same time it could negatively impact the performance of your production system, therefore I would do the import during a slow time of the day or perhaps after business hours?

 

0 0
replied on June 22, 2015

Thank you for your helpfull reply.let me try this

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

Sign in to reply to this post.