Articles in this section

SmartImport - Overview

Need to speed up your production workflow? Learn how with this article that covers the main configuration of one powerful CalderaRIP tool:

smartimport_.png

SmartImport

Ease job submission and reduce human error by automatically loading job information into the RIP through the file name.

Available only for CalderaCare users

 

Smart Import can automatically extract metadata from the filename to speed up the job submission of traditional file-based workflows. The metadata is identified by the following ReGex tags:

  • @(copies): number of copies to print. 
  • @(printer): printer to use for printing this file
  • @(preset): preset to be used with this printer (requires a printer)
  • @(mediaName): paper to use for this print
  • @(loading): loading of this printer to use (i.e. a roll size or a page size)
  • @(scale): the scale of the image (more info)
  • @(width): the width of the image (more info)
  • @(height): the height of the image (more info)
  • @(repeat_y): vertical repetition for textile Step-and-Repeat (more info)

 

How to extract metadata?

Manual submission

 

Semi-Automatic submission

  • With Quickprint, to launch the correct printer interface with a preset or/and override copies, media, and loading.
  • With Hotfolders, to automatically load images in a dedicated tab in the Image Bar and then manually submit jobs.
  • You might be interested in reading:

 

Automatic submission

  • With Hotfolders and Workflows to automatically send to RIP or print to a printer driver with a preset and/or override copies, media, and loading.

      Info

    In Workflows, you must check the option "Allow printer override from Nexio" to work with SmartImport.

  • You might be interested in reading: 

 

General configuration

  1. Open Fileman, click on Setup, and go to the Processing tab:setup_processing_manual.jpg

  2. Here you can enable the Extract metadata from filename option:enable_manual.jpg

  3. Fill in the metadata field with all the tags that your production requires: 
    Fileman - SmartImport - New StepAndRepeat tag.png

      Info

    Please note that some tags like @copies, @mediaName, and @loading can override the printer's preset.

  4. (Optional) Troubleshooting. You can also enable the "Verbose processing" if you want to have details about extraction.
    Once the box is checked, close the Setup and click the Errors button in Fileman to get all the information: error_verbose.jpg

  5. (Optional) Verification. In the same Fileman window, select the file you just configured and click Enter. This will duplicate it in the Image Bar with the corresponding settings.
    Then, open the file with the Print Module of your printer and you will see all the settings already configured according to the filename.
    You can also drag and drop the image in the Info module, and go to the Job Ticket tab to see the settings:
    print_module.jpg info_manual.jpg

 

 Tips and Tricks

Relation between filenames and extraction patterns

  • Please note that the use of brackets enclosing each tag is mandatory.
  • Also, the "-"; "_", and "space" characters are recognized as tags only since V14, however, they can't be used both as a tag and as a separator.
  • If you need to use the characters mentioned above, we recommend that you duplicate the separator and choose the underscore as the separator since, generally, file names can contain many characters but will rarely contain the separator twice in a row.

Incorrect pattern (commonly used):

SmartImport pattern

File name (will not work because of the conflict between tags and separators)

*-@(printer)-@(preset)-@(copies).* Some_Job-Name with spaces-My-Printer-preset-stickers-30.pdf

 

Correct pattern:

SmartImport pattern (recommended with two underscores in a row)

File name (now without conflict between the SmartImport pattern)

*__@(printer)__@(preset)__@(copies)__* Some_Job-Name with spaces__My-Printer__preset-stickers__30.pdf
Was this article helpful?
1 out of 1 found this helpful