Alexis Podevin
unread,Aug 18, 2023, 4:51:52 AM8/18/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to XMPie Interest Group
Hello to the community,
One of our customers has placed an order with us (not on ustore or anything, these are simple business-to-business orders). Each time the customer places an order with us, we create a database corresponding to that order. However, as customers place orders with us several times a month, we end up with several databases (for example, for this month we have 25 databases).
To generate the proofs for our customers, we have to import the databases one by one into uProduce, as the customer wants to see the orders separately.
However, when it comes to production files, we'd like to group all orders in a single database, i.e. have just one database containing all order data.
For example, if the customer sends us 4 orders, we'll have :
Order_1.txt
Order_2.txt
Order_3.txt
Order_4.txt
This method works well for us for proofs, but for production, we'd like to have a single database, e.g. :
source.txt (containing the 4 orders)
Thanks in advance,