Simple Workflow to Append New Weekly Data To Prior Weeks

You could import all the data as string from CSV and later if you use the data convert the appropriate columns to numbers if necessary. In general CSV is widely used but has its downsides.