跳至內容
選單
此問題已被標幟
4 回覆
10171 瀏覽次數

Are you able to delete e.g. product supplier data (if you have multiple suppliers maintained) from product master via csv import?

頭像
捨棄
最佳答案

You cannot delete using CSV import but you can delete using XML using <delete> tag, which is similar to <record> tag without the content.  So, specify <delete model="model.to.delete" id="xml_id_to_delete"/>.  Care must be taken if the record is used elsewhere in many2one.

頭像
捨棄
最佳答案

No, insert and modifications are possible, but deletion not as far as i know

頭像
捨棄
最佳答案

Its true, you can modify or insert data, but you cant delete records from csv import.

頭像
捨棄
最佳答案

Hi Marko Happonen,

You can use component tFileDelete for delete purpose in TalendETL.

By using tmap you can filter the unwanted data which you don't want from the records.By using tFilter you can filter the unwanted records after mapping(tmap).

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
7月 25
183
3
6月 20
3590
1
11月 18
9132
11
2月 17
63286
2
3月 15
10602