Add input format check for blocking
Add input format check on uploaded data when combining with blocks. For certain blocking method e.g. lambda-fold, the input data could be CLKs. But for other blocking methods e.g. p-sig, the input must be raw data like CSV. This check enable wrong input data type for the blocking method.