Search found 113 matches

by Arthur
Sun Mar 04, 2018 8:03 pm
Forum: Flows
Topic: NestedName with 3 RegEx rules -> Connection Issue
Replies: 5
Views: 5952

NestedName with 3 RegEx rules -> Connection Issue

Hi guys; I am fighting a bit of a battle with NestedName, which does not want to cooperate the way I hoped it would. Basically I am trying to create a Connection based on whether an incoming JobFolder contains a file which NameProper matches any of the three defined RegEx conditions. So if the file ...
by Arthur
Sun Dec 10, 2017 6:08 pm
Forum: Applications
Topic: Switch 2017, LOGs almost 10gb !!
Replies: 3
Views: 7174

Re: Switch 2017, LOGs almost 10gb !!

The thing is these are not CSV files.
They are regular Text files.
See attached picture.
Not so old though, but still concerning...
by Arthur
Thu Dec 07, 2017 10:50 pm
Forum: Flows
Topic: Saxon XSLT v2.0 and multiple node XML data
Replies: 6
Views: 7690

Re: Saxon XSLT v2.0 and multiple node XML data

Hey Sander - would you be so kind as to share how you have the stylesheet line setup with variables??
I was under impression this is where you link to the stylesheet, but I can see I was not right on this.
Pls ? ;)

KR
Arthur
by Arthur
Thu Dec 07, 2017 10:35 pm
Forum: Applications
Topic: Switch 2017, LOGs almost 10gb !!
Replies: 3
Views: 7174

Switch 2017, LOGs almost 10gb !!

I am not sure if this is the right place to ask such a question as this relates to the actual setup and configuration of Switch itself. So please advise if this is not OK. Today I found almost 10gb of logs in the following location: C:\Users\Workflow\AppData\Roaming\Enfocus\Switch Server\logs Switch...
by Arthur
Mon Dec 04, 2017 4:31 pm
Forum: LEGACY scripting
Topic: Attaching metadata to file
Replies: 4
Views: 7126

Re: Attaching metadata to file

@ Padawan - may the force be with you.
Everyday something new :) Thank you very much, as although this is not my thread and not an issue I am having, this actually works for me for many other situations/scenarios.
by Arthur
Sat Dec 02, 2017 8:03 pm
Forum: LEGACY scripting
Topic: Attaching metadata to file
Replies: 4
Views: 7126

Re: Attaching metadata to file

What first crosses my mind on this is after you Assembled the job and it is in a folder, to then Ungroup it once again, as the Ungroup operator automatically keeps as Private Data the following: <key>.FileName [The name of this file as injected in the flow] So when Assembling again you could name th...
by Arthur
Fri Dec 01, 2017 11:22 am
Forum: Flows
Topic: Assign Private Data and/or Rename Job using Reference File???
Replies: 8
Views: 8236

Re: Assign Private Data and/or Rename Job using Reference File???

If you try the Excel to XML app there is an example XSLT in the documentation that will split each row in the Excel file to one single XML-file per row. You need the Saxonica tool with the XSLT to process the XML. Jan Or you can use XML Repeater telling it to split it by node. We have a flow build ...
by Arthur
Sun Nov 19, 2017 6:18 pm
Forum: Flows
Topic: Assemble Job producing unwanted JOB DUPLICATE
Replies: 2
Views: 3278

Re: Assemble Job producing unwanted JOB DUPLICATE

This can be closed I guess. Wanted to delete it but maybe someone else may face such a trivial situation and get dumb like myself :) So here is a quick explanation as what the problem was. The folder following the assembler had 2 connections with no filter on them, so ultimately Switch created 2 ins...
by Arthur
Sun Nov 19, 2017 4:28 pm
Forum: Flows
Topic: Assemble Job producing unwanted JOB DUPLICATE
Replies: 2
Views: 3278

Assemble Job producing unwanted JOB DUPLICATE

Hello All; I am getting a weird behaviour of the ASSEMBLE JOB processor, which set-up as per below pics is producing a duplicated job folder, so that I end up with 2 folders of the same name and identical set of files in them, one next to the other. Both on a Success connection. None being the Error...
by Arthur
Thu Nov 16, 2017 12:38 pm
Forum: Flows
Topic: How do I make a decision based on if a folder exists in my FLow.
Replies: 9
Views: 11608

Re: How do I make a decision based on if a folder exists in my FLow.

I think it might be that preceding "\\". Is there another way it could be addressed? like "file:///" or "/Volumes/whatever"? \\ - double backlash is for a network path. If the file sits on a network location - pointing to it with double backlash or going per Network an...
by Arthur
Tue Nov 14, 2017 10:09 am
Forum: Flows
Topic: Assemble Job variable number of files
Replies: 12
Views: 12183

Re: Assemble Job variable number of files

I think I sorted it out :) It seems easier than I thought. I mean - I complicated it way too much at the beginning, yet the solution was very simple :) First step was to make sure that no file drops out due to some silly reasons / preflight checks etc. Second step - at the Input point I simply added...
by Arthur
Fri Nov 03, 2017 10:38 am
Forum: Flows
Topic: Assemble Job variable number of files
Replies: 12
Views: 12183

Re: Assemble Job variable number of files

Something you could try is actually to embed the file count in the indd xmp. Then they will survive as XMP in teh PDF and you can use this to assemble them. But it requires that somehow you can foresee the amount of files at the indesign stage. If the data can be passed in the xml file, it becomes ...
by Arthur
Tue Oct 31, 2017 10:16 pm
Forum: Flows
Topic: Assemble Job variable number of files
Replies: 12
Views: 12183

Re: Assemble Job variable number of files

Hello; I have a very similar situation with a flow where I cannot determine the number of files to be assembled, as that each time is going to be different. The more that my merge point comes from 2 flows (one generates individual PDFs based on a XLSX table input, through XML generated from the Exce...
by Arthur
Fri Oct 06, 2017 10:30 am
Forum: LEGACY scripting
Topic: Count of Pages in PDF
Replies: 4
Views: 8195

Re: Count of Pages in PDF

May I kindly ask a small bit, as a newbie ?
How do I actually use / trigger the Filestatistics ? Am I right in thinking - this requires Scripting Module solely and cannot be used without it ?
I would be very much interested in this functionality, but have no scripting module ...