Data360 Analyze

 View Only
  • 1.  Accessing Data on Local PC with Desktop Version

    Posted 16 days ago

    I am having difficulty figuring out how to access data files on my local drives to leverage in data flows. This is probably very straight forward and I am just missing it. Any tips. 



    ------------------------------
    Christopher Raper
    President
    GCB Consulting LLC
    Little Rock AR
    ------------------------------


  • 2.  RE: Accessing Data on Local PC with Desktop Version

    Employee
    Posted 15 days ago

    I have to start with the simple answer and see where it goes.
    Normally the Desktop install of Analyze has direct access to the local Windows disks. 

    So I can access files using the path and filename with an address like this

    C:\Users\ernest.jones\Documents\Book1.xlsx

    Depending on context though, that backslash character being used for directory name separator can be a problem in a line of Python or Java code.  So often it is helpful to change the backslash character to forward slash character which also works in Windows outside of the Dos Window command line.  So you can usually also use this format for the same file
    C:/Users\ernest.jones/Documents/Book1.xlsx

    Please ask if you have a more specific question.



    ------------------------------
    Ernest Jones
    Precisely Software Inc.
    PEARL RIVER NY
    ------------------------------



  • 3.  RE: Accessing Data on Local PC with Desktop Version

    Posted 15 days ago

    That was it the / vs \, I wish everything was that straight forward.  thanks you very much for your response and suggestion. Have a great day!!



    ------------------------------
    Christopher Raper
    President
    GCB Consulting LLC
    Little Rock AR
    ------------------------------