Forum Discussion
JensDeveloper
4 years agoContributor II
Hi @bojanvelevski ,
I Have another question about the same scenario but little more difficult.
So the output is this.
AllData{
Dataset1
[{Fieldname:Fieldname1
Value: Value1},
{Fieldname:Fieldname2
Value: Value2}],
Dataset2[]
}
The goal is to change every fieldname to the value of the fieldname like you showed. But this needs to be done for every Dataset. This is to get all the columnames from an SQL Server.
Thank you in advance
bojanvelevski
4 years agoValued Contributor
$AllData.mapValues((v,k)=>v.map(x=>x.mapKeys((v1,k1)=v1)))
I belive something like this should work
- PSAmmirata8 years agoEmployee
The Oracle instance is set up correctly and we’re able to connect securely using the Oracle native client (from another third party tool), but need information on how to configure the Oracle account for a secure connection.
Related Content
- 2 years ago