Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Phung Dao 22 posts 102 karma points
    Oct 28, 2022 @ 03:57
    Phung Dao
    0

    License not uploading

    Hi,

    I Just bought a domain license but clicking upload does nothing after i selected the license. I've dropped the license file in the /bin/ folder as well but nothing.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 28, 2022 @ 06:51
    Richard Soeteman
    0

    Hi,

    Propably a rights issue but add License to folder umbraco/licenses or /bin and it should work.

    Best,

    Richard

  • Phung Dao 22 posts 102 karma points
    Oct 28, 2022 @ 08:31
    Phung Dao
    0

    Hi Richard,

    Thank you for getting back to me. This worked! However, I have some other questions if you don't mind.

    1) No matter which version I install, the bottom remains 9.0.1 (Not sure how it got this version, since i don't even see this version in the list of versions on NuGet) (i've installed 9.1.0, uninstalled, 9.2.0, uninstalled, and 10.0)

    2) I'm getting error messages saying 10.0.0 isn't compatible with dotnet 5.0, but on NuGet, it says it is compatible. Could you help clarify that for me?

    3) The website shows a list of available sources (primarily looking at RSS and such) but after uploading license, the only thing that unlocked was Excel. Am i doing something wrong?

    Thank you.

    Setup: (I'm running dotnet 5 > Umbraco 9 > IIS > Bindings pointed to the Release/Publish folder)

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 31, 2022 @ 07:26
    Richard Soeteman
    0

    Hi You need the 9.x version of CMSImport. Also you need the additional RSS provider that is on Nuget as well. 10.x doesn't work on V9.

    Best,

    Richard

  • Phung Dao 22 posts 102 karma points
    Nov 07, 2022 @ 18:41
    Phung Dao
    0

    Hi,

    Thank you Richard.

    Just checking in on my last question.

  • Phung Dao 22 posts 102 karma points
    Oct 28, 2022 @ 20:36
    Phung Dao
    0

    Hi Richard,

    Is there a way to have every entry updated on one single doctype versus it creating new page of a doctype for each individual row entry?

    Here is my setup:

    enter image description here

    As you can see, I have the data add this way, but everytime I import using an excel:

    enter image description here

    it doesn't update all the fields and instead creates individual pages from rows. Could you please let me know how I can address this. Thank you.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 08, 2022 @ 07:08
    Richard Soeteman
    0

    Ah,

    Don't knwo what datatype you are using but looks custom. Look how the data is stored in the PropertyValues table in the database. Then either use this format in Excel and otherwise create a fieldprovider in C# for it (Documentation has some samples).

    Hope this helps,

    Richard

  • Phung Dao 22 posts 102 karma points
    Nov 10, 2022 @ 08:11
    Phung Dao
    0

    Hi Richard,

    The datatypes are just multistring boxes, nothing too crazy.

    I've also looked in the database and validated they are multistrings

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 10, 2022 @ 08:21
    Richard Soeteman
    0

    Then Use the same format in your columns that you map :-)

  • Phung Dao 22 posts 102 karma points
    Nov 10, 2022 @ 10:15
    Phung Dao
    0

    Hi Richard,

    I'm sorry, i'm not sure how'd I'd go about doing that..?

    The excel sheet is generated by the bank daily with their rates (mortgage, loans, foreign exchange, etc..) and this is the format that they use.

    May I ask.... is it possible to import an entire excel table into a single document type? If so, what would be the best data type to use for that set up?

    Or is it only possible to import one row of data per node?

  • Phung Dao 22 posts 102 karma points
    Nov 11, 2022 @ 06:08
    Phung Dao
    0

    nvm, got it to work. had to import them row by row. No matter what format I had the excel file in, CMSImport would treat a repeatable textstring as one field.

    I saw you mentioned about FieldProviders and I wish there was more documentation available on what a FieldProvider is available bc i could not find it on any C# / Razor / ASP.NET documentation for the life of me.

Please Sign in or register to post replies

Write your reply to:

Draft