Sorry for the maybe trivial question.
I fought a bit with the unix join command, trying to get tabs instead of whitespaces as the default separators. -t is
I think it takes a variable generated on-the-fly
Try
join file1 file12 -t $'\t'