Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • convert excels files to .dta files

    Hello,

    I need to convert some excel files to .dta files.
    I used the following command:

    xls2dta, save(C:\Users\hh\Documents\1 Eco509\May\ENIAChiledata\data_dta,replace) : import excel C:\Users\hh\Documents\1 Eco509\May\ENIAChiledata\data_xls,firstrow


    And it has error: "option save() incorrectly specified"

    Could anyone help me to see what did I do wrongly?

    Really appreciate your help!

    Thanks,
    Last edited by Heidi Ph; 07 Feb 2019, 15:07.

  • #2
    It appears as if you have spaces in your filenames; enclose them in double quotes.
    ​​​​​​
    Best
    Daniel

    Comment

    Working...
    X