Forum Discussion
LiranRom
Helper I
2 years agoWeb.Content Custom Connector Folding
Hello, We have a connector that gets data from our server, and have RangeStart and RangeEnd and pagination support - All works great. But, one of the column in the data has value which is a li...
LiranRom
Helper I
2 years agoone of the table columns is a DateTime column (meaning: in any row there is ID, datetime, and more columns..)
therefore the partition and Incremental Refresh works great when the columns are the same for all rows.
the problem start only when I started to Expand the list key,value column into dynamic columns ..
lbendlin
Super User
2 years agoAdd a fake row to each table that has all the columns you will ever see in the individual sources.
Or, do the right thing and unpivot your data.