bytechef icon indicating copy to clipboard operation
bytechef copied to clipboard

[task]: Merge Columns and Rows Properties into a Single Property

Open monikakuster opened this issue 9 months ago • 0 comments

Improvement target

Simplify the insert and update action for database compoment by merging the columns and rows properties into a single property. This change will reduce redundancy and improve ease of use by eliminating the need to specify column names multiple times.

Improvement description

Introduce a new property which combines both column names and their corresponding values into a single array of objects. Each object in the array will represent a row, with key-value pairs where keys are column names and values are the corresponding data entries.

Observed Version

latest

monikakuster avatar Mar 17 '25 14:03 monikakuster