I created an Entity which has a currency attribute. I cannot bootstrap it from excel. I tried general, number, currency, text type from excel but it never exports the data to Outsystems. It works if the attribute of the entity was Integer which I changed it back to Currency. But this seems a simple thing to do which suppose to work.
Did I miss something? Anyone experience the same issue? Any help is appreciated.
So apparently I must dig deep to the processes tab and modify it there
what issue exactly?
do you get errors?
The whole bootstrap works but you zeroes in the fields.
Can you share the excel and the oml?
Perhaps it's a decimal issue...
J. wrote:
Hi J,
I am facing with this issue. Could you help me
Dilin.
dilin 1212 wrote:
I had the same problem and eventually managed to make it work.Dont know if thats what solved it, but I went to my excel structure and added the "price" currency attribute manually. Then I went to advanced -> bootstrap and it worked already.
No error...but the column mapping is empty for currency. So the result all 0 for currency column. The last 2 columns are currency on Entity.
This is the mapping....Sorry I cannot attach 2 files at the same post. So here it is.
I have the same problem, but I can't solve it.
I tried it in many currency units, but all are recognized as "Integer" type.
Could you help me.
Kawaguchi.
I tried using Service Studio 10.0.1018.0 and it works like a charm
regards
I am still not successful.
I tried various types ... changed the number of decimal places ...
Even files output by OutSystems are recognized as "Integer" type when imported.
Service Studio 11.6.16
S.Kawaguchi wrote:
Hi,
I had the same issue and solved it.
Go to Structures in data tab, delete the Price Attribute in excel structure and right click and create Price Attribute manually, it will consider as currency. Then try importing your excel sheet which contains price attribute with currency to the entity and publish.
Hope it works!!