Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have one list for example

list 1 emp, at location 1

name-----empid------salary

emp1------1---------123
emp2------ 2------563

now when i export this list to location 2

it will be imported as it is

but now i make changes in list at location 1, i will change employee 1 name i.e. item number 1

name------empid------salary

emp111 ------1------ 123
emp2------ 2 ------ 563


and when i import to location 2 using import command in power shell

it should be like above one but it is not list will be like


name------empid------salary

emp1 ------1------ 123
emp2------ 2 ------ 563
emp111 ------1------ 123


items are getting appended i don't want that any one having idea
Posted
Updated 5-Oct-12 0:58am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900