defaultColumns does not work with mapped names
See original GitHub issueIf I define a list with a mapped name then using name
as a default column does not work. I would think this should work. Furthermore, using the mapped field name in the default column, instead, results in it not correctly displaying the column value. For example, defaultCurrency should show as “Default Currency” but instead shows the exact field name (defaultCurrency).
Issue Analytics
- State:
- Created 8 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Delta tables: Cannot set default column mapping mode ...
Hello,. I am trying to write Delta files for some CSV data. When I do. csv_dataframe.write.format("delta").save("/path/to/table.delta").
Read more >The "start" column shown as "out of context:start" when I ...
I found the problem here, it seems project 2010's default column names are diffenent from 2007. Such as "start" changed to "start_date", "task ......
Read more >azure - Column names are incorrectly Mapped
My columns name in on-prem data lake are like user_id, lst_nm, etc. But in Azure it is like user_tbl.user_id, user_tbl.lst_nm , etc Here ......
Read more >Mapping Columns - GoldenGate Cloud Service
map individual source columns to target columns that have different names. specify default column mapping when an explicit column mapping is not needed....
Read more >Mapping Table Columns
A mapping by default shares the same name for a Column as that of the ... Use this function when the given column...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also note that making the default column not the first one results in the rows not being clickable
Any updates to this?