コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4 返信
10277 ビュー

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
279
3
6月 20
3754
1
11月 18
9298
11
2月 17
63547
2
3月 15
10716