How to import and parsing xls files into document fields?

Hi,

I need to import and parsing xls files into document fields, uploaded in nuxeo DM, is it possible?

For example each line in xls will be converted in a new document in the upload folder.

Thanks, António

0 votes

1 answers

1668 views

ANSWER



Hi,

You should take a look at this https://github.com/nuxeo/nuxeo-csv

It's CSV but it should be easy to adapt for XLS.

0 votes