The following program causes an internal error to be thrown:
customer-table = load-table: age, zipcode, income
source: "data.csv"
end
The resulting error:
Evaluating the object lookup at definitions://:3:17-5:3 errored.
The left side was not an object:
"data.csv"
One or more internal errors prevented us from showing the best error message possible. Please report this as a bug.
This error occurs on any arbitrary source string. The file does not need to exist.
The following program causes an internal error to be thrown:
The resulting error:
This error occurs on any arbitrary source string. The file does not need to exist.