Search found 140 matches

by laurentd
Tue Feb 28, 2023 8:49 pm
Forum: Flows
Topic: Erase Private Data Tag
Replies: 2
Views: 1151

Re: Erase Private Data Tag

I have checked this using the Private Data Extractor app, which can export an xml or attach a dataset with all the job's private data, and I can confirm:
ORIENTATION=
effectively "erases" the tag.
by laurentd
Mon Dec 26, 2022 11:20 am
Forum: Flows
Topic: Passsing private data to external dataset xpath
Replies: 2
Views: 4539

Re: Passsing private data to external dataset xpath

The Variable XPath Repeater app does exactly what you want!
by laurentd
Tue Dec 20, 2022 6:09 pm
Forum: Applications
Topic: Filetypes Counter Upgrade Problem
Replies: 5
Views: 6316

Re: Filetypes Counter Upgrade Problem

When I try your condition "xmlcount.xml.count" is equal to 1, this returns false indeed.
The correct condition is [Job.PrivateData:Key="xmlcount.xml.count"] is equal to 1.
This returns true, and the job goes to the expected connection.
by laurentd
Wed Dec 07, 2022 9:09 am
Forum: Applications
Topic: Filetypes Counter Upgrade Problem
Replies: 5
Views: 6316

Re: Filetypes Counter Upgrade Problem

I wrote the Filetypes Counter app. Happy to read you use it a lot. Versions 3 and 4 are now written in Node.js, and add a dataset with all the info. And indeed, the same private data keys as in v2 are added, so it does not break anything in your flow. You write jobs go to the Problem jobs folder. I ...
by laurentd
Mon Nov 28, 2022 2:15 pm
Forum: Flows
Topic: File Counter for Assemble Jobs
Replies: 4
Views: 4068

Re: File Counter for Assemble Jobs

Ungroup the job first. Then sort the files to A or B, depending on the printing method or any other condition. Add the Counter Numberer app after folder A and after folder B, you will have the number of files that went to A, and the number of files that went to B, in different counters (and private ...
by laurentd
Mon Nov 14, 2022 10:46 pm
Forum: Flows
Topic: Output folder destination path with variables
Replies: 2
Views: 1269

Re: Output folder destination path with variables

Use the "Set hierarchy path" element, and define your folder hierarchy using Switch variables. Then use the Archive hierarchy element and define (more than) enough subfolder levels. Last week I presented our Switch monthly workshop , with this topic. If you have an existing folder structur...
by laurentd
Wed Nov 02, 2022 11:56 am
Forum: Flows
Topic: File Counter for Assemble Jobs
Replies: 4
Views: 4068

Re: File Counter for Assemble Jobs

You can use the Counter - Numberer app for this.
Create one counter per printing method.
by laurentd
Fri Oct 07, 2022 1:54 pm
Forum: PitStop Pro
Topic: What is Community Manager?
Replies: 3
Views: 953

Re: What is Community Manager?

Hello,

This is the prefered way to create a support ticket:
www.enfocus.com/supportportal

In case you have a problem with it, use support@enfocus.com

More info: www.enfocus.com/en/support/contact
by laurentd
Fri Sep 30, 2022 4:27 pm
Forum: PDF Creation
Topic: Creating multiple PDFs with variable page sizes from CSV file
Replies: 2
Views: 4814

Re: Creating multiple PDFs with variable page sizes from CSV file

Yes, it is possible. First do this with a PitStop action list using variables and a variable set. Then use PitStop Server and Switch to automate it, and to pass Switch variables to your PitStop action list. If you don't have Switch yet but are considering it, as a PitStop user, here are two interest...
by laurentd
Fri Sep 30, 2022 3:35 pm
Forum: Flows
Topic: Files not accessible
Replies: 2
Views: 1199

Re: Files not accessible

Hi Mireille, Is there an anti-virus software on the Switch Server? If it scans the files while Switch is processing them, this strange behavior could be explained. So, if there is, ask your IT manager to disable it. Incoming jobs can be scanned for virusses within Switch using a CLI anti-virus softw...
by laurentd
Mon Aug 29, 2022 4:31 pm
Forum: Switch
Topic: Variabel JobNameProper
Replies: 3
Views: 3942

Re: Variabel JobNameProper

The StringSplitter app is the right solution.
by laurentd
Tue Aug 23, 2022 11:01 am
Forum: PDF Creation
Topic: Split Multiple Page PDF
Replies: 8
Views: 21373

Re: Split Multiple Page PDF

The Split PDF pages app written by Freddy solves this. There are 8 different strategies for splitting, including a change of page size a change of color (from gray to color or vice versa) the presence of one or more empty pages the presence of a bookmark cover and body content for books a PitStop Ac...
by laurentd
Fri Aug 19, 2022 4:55 pm
Forum: Flows
Topic: Preserve structure, delete content (Once a week)
Replies: 2
Views: 1052

Re: Preserve structure, delete content (Once a week)

You can use 2 apps for that: • File pool cleanup, part of the Folder Apps bundle. • Inject Wildcard With both apps you can delete the files only and keep the folders. You can also use time filters, to only delete files older than 7 days. I don't see the complete flow, but you can send the files to s...
by laurentd
Fri Aug 19, 2022 12:27 pm
Forum: Switch
Topic: SQL Database query
Replies: 4
Views: 3037

Re: SQL Database query

This CASE example works fine: printed=[Database.Text:SQL="SELECT CASE WHEN PrintedOn IS NULL OR PrintedOn = ' ' THEN 'was not printed yet' ELSE 'was already printed' END FROM EnfocusTeam WHERE Initials = '[Metadata.Text:Dataset="Submit",Model="XML",Path="/field-list/fie...
by laurentd
Fri Aug 19, 2022 10:57 am
Forum: Switch
Topic: SQL Database query
Replies: 4
Views: 3037

Re: SQL Database query

Here is an example: name=[Database.Text:SQL="SELECT Name FROM EnfocusTeam WHERE Initials = '[Metadata.Text:Dataset="Submit",Model="XML",Path="/field-list/field[tag='Initials']/value"]'",Connection="SwitchPublishPrint"] email=[Database.Text:SQL="...