Datamapper with Bypass content creation

I’m trying to replicate a process I have in workflow which utilizes the bypass content creation in the datamapper plug-in. This results in significant performance gains over using the All-In-One plug-in with a template.

Are there plans to add this to the exiting node or as a separate node since it would utilize a different rest end point. If not, is there a method to put in a feature request for this?

It was already in the plans and it is currently scheduled for the second release of 2022, later this Fall.
(internal ref#SHARED-84840)

Thank you. Looking forward to it.

I may create a quick script or node to hit that REST endpoint until that time. :slight_smile:

Has there been any update on this or am I missing the option in the latest plugins?

Found it (Document Mapping). Just needed to look a little closer. Thank you!

1 Like

Note that we recently added a sample flow to illustrate the concept (0.9.19).

To import:

  • Choose Import from the menu in the top right corner
  • Select Examples
  • Browse for the “split” folder under “document mapping” in the node-red-contrib-connect node.

It shows how to use standard OL Connect techniques to split print-ready files, such as PDFs and PostScript files. A Data Mapper configuration will define document boundaries and extract relevant data. The extracted data will then be added to the document metadata using a Job Preset, allowing the Output Preset to handle document separation and use the metadata information for naming and storing individual files.

Hope this helps,

Erik

Good to know. I’ll take a look. Thank you!