Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
10280 Представления

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).

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
июл. 25
280
3
июн. 20
3771
1
нояб. 18
9302
11
февр. 17
63558
2
мар. 15
10724