nicoletta.serraino@zucchetti.it
06-18-2007, 05:12 PM
Hi,
I'd like to import daily resorce's amounts from a csv (;) file.
I've found how to import (and export) percentage or amount for each activity
from files, but I was able to insert daily amounts only from the microsoft
project application...
I wonder if it is possible to import a detailed daily resources file...
thank you very much!
Nicoletta
In article <D3AD93F7-FD41-4184-B48E-DD6A1CEAAE43@microsoft.com>,
nicoletta.serraino@zucchetti.it
<nicoletta.serraino@zucchetti.it@discussions.microsoft.com> wrote:
> Hi,
> I'd like to import daily resorce's amounts from a csv (;) file.
> I've found how to import (and export) percentage or amount for each activity
> from files, but I was able to insert daily amounts only from the microsoft
> project application...
>
> I wonder if it is possible to import a detailed daily resources file...
> thank you very much!
> Nicoletta
nicoletta,
I assume you performed the import using an import map. Import/export
maps only work with static data, that is non-timescaled data. Timescaled
data, (i.e. daily, weekly, etc.), can be imported/exported, but it
requires the use of VBA.
So yes it is possible as long as you know the structure of the csv
string.
John
Project MVP
Rod Gill
06-19-2007, 12:13 AM
Yes it is, but you must have a unique identifier such as a Unique ID so
imported data can be accurately merged with existing data. Resource name is
unreliable as they do change sometimes.
--
Rod Gill
Project MVP
Project VBA Book, for details visit:
http://www.projectvbabook.com
NEW!! Web based VBA training course delivered by me. For details visit:
http://projectservertraining.com/learning/index.aspx
----------------------------------------------------------------------------------------------------
"nicoletta.serraino@zucchetti.it"
<nicoletta.serraino@zucchetti.it@discussions.microsoft.com> wrote in message
news:D3AD93F7-FD41-4184-B48E-DD6A1CEAAE43@microsoft.com...
> Hi,
> I'd like to import daily resorce's amounts from a csv (;) file.
> I've found how to import (and export) percentage or amount for each
> activity
> from files, but I was able to insert daily amounts only from the microsoft
> project application...
>
> I wonder if it is possible to import a detailed daily resources file...
> thank you very much!
> Nicoletta