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.
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)
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).
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?
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.
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.
Hi,
Propably a rights issue but add License to folder umbraco/licenses or /bin and it should work.
Best,
Richard
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)
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
Hi,
Thank you Richard.
Just checking in on my last question.
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:
As you can see, I have the data add this way, but everytime I import using an excel:
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.
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
Hi Richard,
The datatypes are just multistring boxes, nothing too crazy.
I've also looked in the database and validated they are multistrings
Then Use the same format in your columns that you map :-)
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?
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.
is working on a reply...