User 6b0477c86d
17-05-2007 13:35:27
Hi,
I suppose this has been raised before, but it appears that when importing data you can only either add rows or merge rows.
That means that if you have a file containing a mixture of data you would like to merge and data you would like to add, you'd have to query your database first in order to see what's already in there and then split your data and import it in 2 files.
I would find very convenient to have an import mode that merges data when it can find the specified ID in the database and add it if the ID isn't already there...
For example let's say we have 2 compounds in the database with:
ID Purity
1 92
2 100
I have a file that contains updates for the purities of those 2 compounds AND some new compounds.
It'd be great if the new compounds could be added at the same time the exisitng compounds are updated.
Would that be possible?
Another thing: is it possible to specify a field to contain a unique value (like a primary key, but without actually being a primary key)?
Regards,
Geoffroy.
I suppose this has been raised before, but it appears that when importing data you can only either add rows or merge rows.
That means that if you have a file containing a mixture of data you would like to merge and data you would like to add, you'd have to query your database first in order to see what's already in there and then split your data and import it in 2 files.
I would find very convenient to have an import mode that merges data when it can find the specified ID in the database and add it if the ID isn't already there...
For example let's say we have 2 compounds in the database with:
ID Purity
1 92
2 100
I have a file that contains updates for the purities of those 2 compounds AND some new compounds.
It'd be great if the new compounds could be added at the same time the exisitng compounds are updated.
Would that be possible?
Another thing: is it possible to specify a field to contain a unique value (like a primary key, but without actually being a primary key)?
Regards,
Geoffroy.