server
server copied to clipboard
fix: Update to support parsing string tensor data
trafficstars
Fixes: #4720
Added support for splitting strings in get_numpy_array using python csv import, example
>>> import csv
>>> next(csv.reader(['"3", "a, b", "C"'], skipinitialspace=True))
['3', 'a, b', 'C']
@brightsparc Can you complete and send the CLA?
Any progress on landing this fix?
Thanks for your contribution!