From the editor perspective BIN is annoyingly strict. When copying and pasting a cell from excel to ArcGIS Pro the invisible line ending CR/LFs get rejected. Editors must click into the excel cell and select the digits to copy.
From the data maintainer perspective the BBL data type is annoyingly loose. We check for disallowed characters in QA instead of enforcing it in the data model.
Consider making the BBL columns numeric, correct, and matching BIN.
Before doing this though research options to allow copy/paste from excel cells. Perhaps there is an arcade function we can apply to the columns? More research required.
Currently we have
From the editor perspective BIN is annoyingly strict. When copying and pasting a cell from excel to ArcGIS Pro the invisible line ending CR/LFs get rejected. Editors must click into the excel cell and select the digits to copy.
From the data maintainer perspective the BBL data type is annoyingly loose. We check for disallowed characters in QA instead of enforcing it in the data model.
Consider making the BBL columns numeric, correct, and matching BIN.
Before doing this though research options to allow copy/paste from excel cells. Perhaps there is an arcade function we can apply to the columns? More research required.