Hi
I want to know if it is possible to rename a document with part of the text read from a qr code
qrcode: \\diodel01\users\albaranes\2019\mayo\94439_vfar191002312.pdf
Filename: 94439_vfar191002312.pd
Hi
I want to know if it is possible to rename a document with part of the text read from a qr code
qrcode: \\diodel01\users\albaranes\2019\mayo\94439_vfar191002312.pdf
Filename: 94439_vfar191002312.pd
Hi Arturo,
yes sure, you can read this easy example in this our post: https://forum.scanshare.com/thread/script-read-data-from-variable-and-split-according-to-a-delimiter/ in this case the value of variable have a "_" instead of "\" but you can easy change it.
Otherwise you can also split the variable with this "range extraction" when you already know the path and the specific "\" number, for example you can insert this into filename field:
%MYVARIABLE('\',7)%
...it will return 94439_vfar191002312.pdf.
Have a nice afternoon !
Best regards,
Luca
it doesn't work for me
http://imgfz.com/i/ApNlt4w.png
http://imgfz.com/i/4H8kebo.png
Hi Arturo,
have you also tried with %BARCODE01('\',6)% ? Maybe in your case the "\\" value as "\" ...