Generate a Unique ID/GUID for All Records During Excel to SQL Table Insertion in KNIME

I’m inserting Excel data into a SQL table using KNIME Analytics Platform. I need to generate a unique ID/GUID to insert along with the Excel data, where the same unique ID/GUID is applied to all records. I don’t see guid generator in knime analytics platform

@San_07 depending on your database you can create such an id within

Or you can use this component

3 Likes