콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4 답글
10305 화면

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
318
3
6월 20
3816
1
11월 18
9323
11
2월 17
63611
2
3월 15
10765