Quote Originally Posted by retched View Post
Two additional questions:

1) What is the best way to add new products? Is it OK to use "products_id" of 0 and assign a unique Model?

2) This probably has no overbearing on anything but what is the default scheme of the timestamp of the generated files? I know at a minimum it's : "YYYYMMDD-HHMMSS" but I can't figure out what the six digit number at the end of the filename when generated.
1) Yes, using a v_products_id of 0 and a non-blank model (the uniqueness requirement depends on the configured value for Products Import: Allow Duplicate Models?). You can also force the addition using a v_dbio_command of ADD.

2) It's just a random number, see https://github.com/lat9/dbio/blob/05...Io.php#L29-L32