<div dir="ltr">Hi there,<br><div><br></div><div>Question: is it possible to load a htable, defined by columns, from a MongoDB collection, when a certain "column" is an object with multiple elements?</div><div><br></div><div>For example:</div><div>modparam("htable", "htable", "users=>size=10;dbtable=users;cols='FirstName,LastName,Location:Prefix';")<br></div><div><br></div><div>Fails when trying to load the value of Location.Prefix</div><div><br></div><div>{<br>    "FirstName": "John",<br>    "LastName": "Doe",<br>    "Language" : "en",<br>    "Location" : {<br>        "Country" : "USA",<br>        "City" : "New York",<br>        "Prefix" : "+1"<br>    }<br>}<br></div><div><br></div><div>Thanks in advance.</div></div>