Hi There,
I am new to Alteryx. I have a scenario where I have to extract Coordinates Data of building site and inserted into DB. it is working fine.
Now I have to insert 2 building data and I want to insert and update only one building data. If I use Delete and Append when inserting Data in DB than all data delete and insert only one building data. and second building data is deleting.
Instead of this I want to insert data as per the site name so if I insert only one building data than only one building data can delete and append and other building data remain same as it is.
Example:
Building Name | Location 1 | Location 2 | Location3 | Create By | Site Name |
AND | 12 | 12A | 12 | YOGI | Android |
AND | 12 | 12A | 12 | YOGI | Android |
AND | 12 | 12A | 12 | YOGI | Android |
IOS | 23 | 12A | 23 | YOGI | Apple |
IOS | 23 | 23B | 23 | YOGI | Apple |
IOS | 23 | 23B | 23 | YOGI | Apple |
AND | 22 | 22D | 22 | YOGI | Android |
AND | 22 | 22D | 22 | YOGI | Android |
AND | 22 | 22D | 22 | YOGI | Android |
IOS | 11 | 11F | 11 | YOGI | Apple |
IOS | 11 | 11F | 11 | YOGI | Apple |
IOS | 11 | 11F | 11 | YOGI | Apple |
Here I want to insert only selected building data so first delete and insert selected building data.
Thanks &Regards
Yogesh Chouksey