In QGIS 2 graphical modeller I had an input parameter 'Table' for spreadsheets, CSV etc. with no geometry. By now, I'm re-creating all my existing QGIS 2 models from scratch (cp. Using QGIS 2.x processing model in QGIS 3.0?) and miss this input parameter 'Table' in QGIS 3.
What should I use instead?

Vector Layerparameter lets you select loaded layers with no geometry (e.g. csv files). You could then couple this with theVector Fieldto select columns from your table which could then be used for some algorithm such as Create points layer from table. – Joseph Sep 19 '18 at 10:05