PB Adding Documents in BatchConverter

Hello

In BatchConverter, when I add the current document, I also retrieve the elements that are in the deleted state in the assembly.

How do you get only the elements resolved?
Thanks in advance

Indeed, by checking dependency the deleted parts are also imported into the list.
Couldn't find a solution in Batchconverter (or Integration m^me behavior)
On the other hand, it is possible to go through smartbom (export of the list of files in csv format)
Then import the csv list under batchconverter (by simple drag) and then process each file in the list

2 Likes

Thank you, I'll try.
Can we export the list directly to csv?
I already use SmartBom to make my bills of materials.

It's a shame that we can't do it directly in Batchconverter...

1 Like

Yes, it is possible.
In the 1st part (Project Creation tab)create your table template with the file path as the only column to add:


Then in the 2nd part (Project Management tab):
Click on project option, then on Export text and add csv to replace the txt extension.

You set your optoions as desired:

Then you select your assembly and import it into smartbom.
You apply and click on the txt icon at the top:

Thank you very much!
Tested and approved.

A quick question by the way, probably before I open a topic (in the right place):
Which tool should I use to standardize custom properties (model and values for certain properties) in all my parts and assemblies? I didn't know which one to test for this, between Smartproperties, BatchProperties, Integration

Batchproperties is the most suitable for this and the fastest. (allows you to add, edit or delete properties in bulk and without opening in SW)

Ok thank you.
I'll test.

Hello

This will be possible in the next version of myCADtools.

It will therefore be possible, in the selection filters, to choose whether or not to import dependencies in a deleted state.

Kind regards

To complete @sbadenis's answer:

  • SmartProperties allows the user to be guided in entering properties, in particular via lists of predefined values (classic case: surface or thermal treatments);
  • BatchProperties and Integration allow you to manage existing file properties in batches.
2 Likes