Hi
how do I keep the existing data been overwrite I select NONE at MAPS to Column ?

Comments

enzipher’s picture

Hi,

If you don't map the field, e.g. select "none", then the existing data should be kept intact.

Cheers

johnking’s picture

Hi,
I did select "none" and it deleted all my existing data, like Taxonomy, pictures... . how do I let the module treat blank row means no change, skip and continue
thanks

pjclaro’s picture

Hi,
The same thing happened to me and lost all my images.
How can I just let blank rows or missing rows ignore the field and keep its value?

Thanks.

ikeigenwijs’s picture

subscribe

imrubio22’s picture

subscribe

coolestdude1’s picture

bump :)

coolestdude1’s picture

cck fields are a little strange as to how they deal with the iterations of the rows I will keep this post open as even I am still not aware of a way to keep the data. Seems to me like an if statement needs to be added as null is actually being treated as the data even tho you told it to skip. On possible current work around is to not map that column but then your future imports wont have that data at all so I think this needs to be talked out a little more with merlin ill try and find him on irc.

designate’s picture

subscribe

fantom84’s picture

subscibe

joshua.howell’s picture

subscibe

topdillon’s picture

subscribe

elliotcapelo’s picture

subscribe

Stan.Ezersky’s picture

The same thing happened to me and lost all my images.

I have the same error.

subscribe

vonn.new’s picture

Is there any movement on this issue? When I update a node, I lose all the data from my existing cck fields. I've been digging in the code, but I haven't found a solution.

bcn’s picture

See the following comment

bcn’s picture

Status: Active » Needs review
StatusFileSize
new10.49 KB

Attached patch attempts to allow for field values to be retained on updates. Testing is needed, and various field types might not work.

Enemy’s picture

Good job!
It works!

coolestdude1’s picture

Implemented patch from #16 in dev release. Please go and check it out. From my testing it is working, but my testing is pretty simple compared to the hundreds of ways that this module can be used soooo I need all parties to test this bad boy out. Let me know if we can release and everyone is happy.

I will leave it as needs review for now because that is correct for this stage of development. If anyone finds issues push back to 'Needs work'.

Bcn, the only thing I improved upon was the text formatting for code readability which looks like you did some as well. Thanks bud :)

pvanerk’s picture

Hi,

I downloaded the 6.x-1.x-dev version (from: https://drupal.org/node/797150/releas) but the patch was not applied to this version. Which dev release did you mean in your post?

Strompf’s picture

Issue summary: View changes
StatusFileSize
new148.13 KB
new138.8 KB

Used this patch for updating Übercart products. Finally, prices don't get reset to zero.

However, taxonomical information is still lost, which is exactly why I want to update products, rather than import them all over again. Anyone any ideas how I can fix this?