Search found 30 matches

by Krzysztof Mycek
Tue Aug 22, 2023 9:35 am
Forum: Switch
Topic: sfv checksum creator and reader
Replies: 1
Views: 4049

sfv checksum creator and reader

Hi
Does anyone have any experience with the possibility of using Switch to create and read checksums in sfv files?
by Krzysztof Mycek
Tue Jul 11, 2023 4:50 pm
Forum: Switch
Topic: How to get file from root folder
Replies: 4
Views: 13551

Re: How to get file from root folder

My solution is in Scan hierarchy and Inject Wildcard
But thank You for your help
by Krzysztof Mycek
Tue Jul 11, 2023 11:06 am
Forum: Switch
Topic: How to get file from root folder
Replies: 4
Views: 13551

Re: How to get file from root folder

Hi Laurentd I use them but not working correct: I use the line in root joob repository: //nordsign.local/dfs/Orders/Print Republic/[Metadata.Text:Dataset="Xml",Model="XML",Path="/Positions/position/ORDER_NUMBER"]/ result is: //nordsign.local/dfs/Orders/Print Republic/12...
by Krzysztof Mycek
Tue Jul 11, 2023 10:38 am
Forum: Switch
Topic: How to get file from root folder
Replies: 4
Views: 13551

How to get file from root folder

Hi I need to download a file in a specific way: For Example I have a root folder with folder: Root/ 123456_costam/test.pdf 098766_terefere/test2.pdf 567843_test/test3.pdf 345678_test2/test4.pdf inside the folders are files Question is: How can I download files by looking at the first 5 numbers in ro...
by Krzysztof Mycek
Mon Jul 03, 2023 1:18 pm
Forum: Switch
Topic: How to transfer a file to a specified location that is changing
Replies: 1
Views: 3077

Re: How to transfer a file to a specified location that is changing

Deposite File connector I see make work.
by Krzysztof Mycek
Mon Jul 03, 2023 11:36 am
Forum: Switch
Topic: How to transfer a file to a specified location that is changing
Replies: 1
Views: 3077

How to transfer a file to a specified location that is changing

Hi I have a question How to transfer a file to a specified location that is changing from path from XML for example. I need the function witch is opposite to inject job from ... I need send job to ... For example: My inject path is: 192.168.0.1/abc/1234/name of file.pdf Path to sending job, should b...
by Krzysztof Mycek
Mon Mar 20, 2023 2:15 pm
Forum: Node.js scripting
Topic: XML2CSV
Replies: 7
Views: 7670

Re: XML2CSV

The solution is javascript in which we take the data from the XML and then send it all to privatedata. Connector create text file only creates a csv file
by Krzysztof Mycek
Wed Mar 15, 2023 1:01 pm
Forum: Node.js scripting
Topic: XML2CSV
Replies: 7
Views: 7670

Re: XML2CSV

Jan that is the script expression witch read the data from XML. But how I can send it by dynamic properly in this connector?? I have always Dynamic property 'tagFileContents' has invalid value '' { var dataset = job.getDataset("Xml"); var xml = new Document(dataset.getPath()); var name = j...
by Krzysztof Mycek
Wed Mar 15, 2023 11:47 am
Forum: Node.js scripting
Topic: XML2CSV
Replies: 7
Views: 7670

Re: XML2CSV

But ... ok I see. I will try it.
by Krzysztof Mycek
Wed Mar 15, 2023 11:45 am
Forum: Node.js scripting
Topic: XML2CSV
Replies: 7
Views: 7670

Re: XML2CSV

One variables that is not a problem but I never know how many variables I will have it.
I need to read XML, aggregate variables and prepare on the finish CSV file.
by Krzysztof Mycek
Wed Mar 15, 2023 10:35 am
Forum: Node.js scripting
Topic: XML2CSV
Replies: 7
Views: 7670

XML2CSV

Hi I need to convert some XML data to CSV. For Example: <properties> <property> <value1 label="W_1_STR_A">BRZOZA1_100x70_spoady_2i5mm</value1> <value2 label="W_2_STR_A">BRZOZA2_100x70_spoady_2i5mm</value2> <value3 label="W_3_STR_A">DYWERGENCJA_70x100_spady_2i5mm</value3...
by Krzysztof Mycek
Fri Mar 10, 2023 1:15 pm
Forum: Switch
Topic: Imagemagick
Replies: 7
Views: 7033

Re: Imagemagick

and that is correct with Run Command connector: /opt/homebrew/Cellar/imagemagick/7.1.0-62/bin/magick %%InputFilePath%%/[Job.NestedName:Index="2",Space="trim"] %%InputFilePath%%/[Job.NestedName:Index="3",Space="trim"] -channel-fx "| gray=>alpha" -defi...
by Krzysztof Mycek
Fri Mar 10, 2023 1:10 pm
Forum: Switch
Topic: Imagemagick
Replies: 7
Views: 7033

Re: Imagemagick

Of course!. Thank You Freddy for You help. That is like always very useful.
by Krzysztof Mycek
Fri Mar 10, 2023 11:57 am
Forum: Switch
Topic: Imagemagick
Replies: 7
Views: 7033

Re: Imagemagick

hm ... the path is correct but always Job failed because outcode is nonzero, outcode = [1] My command is: %1 /[Job.NestedName:Index="2",Space="trim"] [Job.NestedName:Index="3",Space="trim"]" -channel-fx "| gray=>alpha" -define tiff:alpha=unspeci...
by Krzysztof Mycek
Fri Mar 10, 2023 10:33 am
Forum: Switch
Topic: Imagemagick
Replies: 7
Views: 7033

Re: Imagemagick

Thank You. I will try it.